Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 542 Bytes

File metadata and controls

12 lines (12 loc) · 542 Bytes

To run this:

  • pip3 install -r requirements.txt
  • Provide the URL in the command line arguments, as follows:
    python sql_injection_detector.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"