Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ffffffff0x/403-fuzz
针对 403 页面的 fuzz 脚本
https://github.com/ffffffff0x/403-fuzz
ffffffff0x
Last synced: 3 months ago
JSON representation
针对 403 页面的 fuzz 脚本
- Host: GitHub
- URL: https://github.com/ffffffff0x/403-fuzz
- Owner: ffffffff0x
- License: apache-2.0
- Archived: true
- Created: 2022-02-14T03:20:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T04:29:00.000Z (over 2 years ago)
- Last Synced: 2024-06-06T23:44:30.690Z (5 months ago)
- Topics: ffffffff0x
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 125
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - ffffffff0x/403-fuzz - 针对 403 页面的 fuzz 脚本 (Shell)
README
# 403-fuzz
针对 403 页面的 fuzz 脚本
---
## 开始
**1. 下载**
```bash
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. 使用**
```bash
403fuzz -u http://testphp.vulnweb.com admin
```**效果**
![](./img/1.png)
---
## 参考项目
- https://github.com/iamj0ker/bypass-403
- https://github.com/Dheerajmadhukar/4-ZERO-3
- https://github.com/devploit/dontgo403---
## License
[Apache License 2.0](https://github.com/ffffffff0x/403-fuzz/blob/main/LICENSE)
---
> create by ffffffff0x