Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 340 Bytes

ExpFuzzWordlist

ExpFuzz字典

使用方法:

go build main.go
# 对指定的url进行扫描
./main -u <url>
# 导出所有的poc路径
./main -t <filename>.txt

导出的poc可以使用ffuf、dirsearch等工具进行扫描。

本项目参考以下项目:

https://github.com/wy876/POC