DSSS 一款小型SQL扫描工具
2019-07-29 11:32:46 Author: mp.weixin.qq.com(查看原文) 阅读量:53 收藏

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

安装
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

你可能喜欢

Kadimus:LFI扫描器和利用工具

自动执行Nmap扫描的工具:LazyMap

Seccubus一款 定期进行漏洞扫描工具


文章来源: https://mp.weixin.qq.com/s?timestamp=1564562449&src=3&ver=1&signature=lJVvpOpJgVHQdIau8SkTm11xnJST5BXqJLOdtwKJPi28ML7X0i05*tV2futAOa2BstYDsh4j7ip-fJgpWhRIpcJIglA3c2kb0HZL9S3SUF7hKZvwQgiPkeoJE4t6NaSYFSJ3l9PdyeEIHIALngrKRwg*9J7Yz4DWTgmGsMn3jqo=
如有侵权请联系:admin#unsafe.sh