Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Python Web App For SQL Injection Practices and Learning Purpose

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

About

A Python Web App For SQL Injection Practices and Learning Purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /