dsss
Damn Small SQLi Scanner (DSSS) is a fully functional SQL injection vulnerability scanner (supporting GET and POST parameters) written in under 100 lines of code. As of optional settings it supports HTTP proxy together with HTTP header values User-Agent, Referer and Cookie.
Details
Category: Vulnerabilities
Publisher: trickest
Created Date: 6/23/2021
Container: quay.io/trickest/dsss:84ddd33
Source URL: https://github.com/stamparm/dsss
Parameters
Command:
-u
- Target URL (e.g. http://www.target.com/page.php?id=1)Command:
--proxy
- HTTP proxy address (e.g. http://127.0.0.1:8080)Command:
--cookie
- HTTP Cookie header valueCommand:
--referer
- HTTP Referer header valueCommand:
--data
- POST data (e.g. query=test)Command:
--user-agent
- HTTP User-Agent header value