stamparm / DSSS

Damn Small SQLi Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i want to add file

c00r3er opened this issue · comments

hi
please add file target on script
i want to add file target to scan on dsss

Sorry, script has to be less than 100 lines of code. You can always do something like:

$ cat urls.txt 
http://testphp.vulnweb.com/artists.php?artist=1

$ for url in $(cat urls.txt); do python3 dsss.py -u $url; done
Damn Small SQLi Scanner (DSSS) < 100 LoC (Lines of Code) #v0.3b
 by: Miroslav Stampar (@stamparm)

* scanning GET parameter 'artist'
 (i) GET parameter 'artist' appears to be error SQLi vulnerable (MySQL)
 (i) GET parameter 'artist' appears to be blind SQLi vulnerable (e.g.: 'http://testphp.vulnweb.com/artists.php?artist=1%20AND%2033%3D33')

scan results: possible vulnerabilities found