Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 386 Bytes

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".