stamparm / DSSS

Damn Small SQLi Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I thought something else

opened this issue · comments

well i though the whole point of scanning the site was to find the vulnerability.
but in your example you have it something like this

dsss.py -u "http://www.dsss.net/id=1"

LOL and what if i don't want to search it manually?
what if i simply add something like this

dsss.py -u "http://www.dsss.net"

NOTHING HAPPENS

DSSS doesn't support crawling nor form searching. It only supports SQLi search per provided link (e.g. with GET parameters)

You can find all such potential links with some other tool (e.g. Burp)

LOL