Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 678 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 678 Bytes

403-fuzz

针对 403 页面的 fuzz 脚本


开始

1. 下载

wget -O 403fuzz https://f8x.io/403fuzz && mv --force 403fuzz /usr/local/bin/403fuzz && chmod +x /usr/local/bin/403fuzz

2. 安装 httpx

go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest

3. 使用

403fuzz -u http://testphp.vulnweb.com admin

效果


参考项目


License

Apache License 2.0


create by ffffffff0x