An open API service indexing awesome lists of open source software.

https://github.com/symph0nia/expfuzzwordlist

ExpFuzz字典
https://github.com/symph0nia/expfuzzwordlist

exp poc security

Last synced: about 1 year ago
JSON representation

ExpFuzz字典

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