DSSS 一款小型SQL扫描工具

华盟原创文章投稿奖励计划

DSSS是一个功能齐全的SQL注入漏洞扫描程序(支持GET和POST参数),用100行代码编写。它支持HTTP代理和HTTP标头值User-Agent,Referer以及Cookie。

DSSS 一款小型SQL扫描工具

安装
git clone https://github.com/stamparm/DSSS
命令
$ python dsss.py -h
Damn Small SQLi Scanner (DSSS) < 100 LoC (Lines of Code) #v0.2o
by: Miroslav Stampar (@stamparm)
Usage: dsss.py [options]
Options:
  --version          show program's version number and exit
  -h, --help         show this help message and exit
  -u URL, --url=URL     Target URL (e.g. "http://www.target.com/page.php?id=1")
  --data=DATA         POST data (e.g. "query=test")
  --cookie=COOKIE      HTTP Cookie header value
  --user-agent=UA      HTTP User-Agent header value
  --referer=REFERER     HTTP Referer header value
  --proxy=PROXY        HTTP proxy address (e.g. "http://127.0.0.1:8080")
文章来源及下载

https://github.com/stamparm/DSSS

本文原创,作者:张,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/download/258321.html

发表评论