0x01 CRLFsuite介绍
0x01 CRLFsuite介绍
CRLFsuite是一款专为扫描而设计的快速工具CRLF injection。
0x02 CRLFsuite安装
$ git clone https://github.com/Nefcore/CRLFsuite.git
$ cd CRLFsuite
$ sudo python3 setup.py install
$ crlfsuite -h
0x03 CRLFsuite用法
单网址扫描:
$ crlfsuite -u "http://testphp.vulnweb.com"
多个 URL 扫描:
$ crlfsuite -i targets.txt
从标准输入:
$ subfinder -d google.com -silent | httpx -silent | crlfsuite -s
使用 POST 方法:
$ crlfsuite -u "http://testphp.vulnweb.com" --cookies "key=val; newkey=newval
指定 Cookie:
$ crlfsuite -i targets.txt -m POST -d "key=val&newkey=newval"
0x04 CRLFsuite获取
https://github.com/Nefcore/CRLFsuite