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

ffffffff0x/403-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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