Skip to content

Major2000/SQLI-Scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLI-Scanner

SQL Injection Scanner

To run this:

  • pip3 install -r requirements.txt

Provide URL in the command Line argument

python sqliscanner.py http://testphp.vulnweb.com/artists.php?artist=1

Output:

[!] Trying http://testphp.vulnweb.com/artists.php?artist=1"
[+] SQL Injection vulnerability detected, link: http://testphp.vulnweb.com/artists.php?artist=1".

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%