Skip to content

A Python Web App For SQL Injection Practices and Learning Purpose

Notifications You must be signed in to change notification settings

Linuxndroid/SQL-Injection-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SQL-Injection-Lab

SQL Injection Web App For Practices and Learning Purpose

Requirement

  • Python 3.11 or Above
  • Laptop
  • Internet Connection

How to Start Server

  • 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

How to Attack Server

  • 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

Watch Video For More Information.

YouTube Video

Check Out More Hacking Course


Made with ❤️ By Linuxndroid

Releases

No releases published

Packages

No packages published

Languages