Skip to content

Latest commit

 

History

History

sql-injection-detector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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"