Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threatcode/fuzzlist
https://github.com/threatcode/fuzzlist
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/threatcode/fuzzlist
- Owner: threatcode
- Created: 2024-04-21T21:43:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:44:29.000Z (4 months ago)
- Last Synced: 2024-10-18T11:34:42.540Z (4 months ago)
- Language: Python
- Size: 5.65 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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!**