https://github.com/symph0nia/expfuzzwordlist
ExpFuzz字典
https://github.com/symph0nia/expfuzzwordlist
exp poc security
Last synced: about 1 year ago
JSON representation
ExpFuzz字典
- Host: GitHub
- URL: https://github.com/symph0nia/expfuzzwordlist
- Owner: Symph0nia
- Created: 2024-05-21T07:27:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T06:23:38.000Z (about 2 years ago)
- Last Synced: 2025-04-01T13:01:58.395Z (about 1 year ago)
- Topics: exp, poc, security
- Language: Go
- Homepage:
- Size: 142 KB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpFuzzWordlist
ExpFuzz字典
## 使用方法:
```shell
go build main.go
```
```shell
# 对指定的url进行扫描
./main -u
```
```shell
# 导出所有的poc路径
./main -t .txt
```
导出的poc可以使用ffuf、dirsearch等工具进行扫描。
## 本项目参考以下项目:
https://github.com/wy876/POC