https://github.com/threatcode/fuzzlist
https://github.com/threatcode/fuzzlist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/threatcode/fuzzlist
- Owner: threatcode
- Created: 2024-04-21T21:43:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-10T01:56:21.000Z (about 1 year ago)
- Last Synced: 2025-08-08T04:47:25.634Z (10 months ago)
- Language: Python
- Size: 28.1 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fuzzlist
This repo will generate wordlist in 3 different ways:
- The wordlist **`wordlists/trusted_resolvers.txt`** are the **IPs of DNS servers** that, apparently, can be **trusted**. It's generated **every 8 hours**.
- The wordlist **`wordlists/ghdb.json.txt`** is the google hacking database in JSON format. It's generated **once a week**.
- The **rest** of the wordlists are **web fuzzing/discovery** wordlists. They are generated **once a week**.
## Contribute
The **web fuzzing/discovery** wordlists are generated from custom wordlists located in **`custom_wordlists/`** and from URLs that are indicated in **`scripts/yaml_lists/lists.yaml`**.
Feel free to **submit PRs** with **new payloads for the custom lists or new URLs for the generates wordlists!**