Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luddekn/subfuzzer
Subdomain fuzzer
https://github.com/luddekn/subfuzzer
brute-force bug-bounty bugbounty fuzzer fuzzing python python3 redteam subdomain subdomain-bruteforcing subdomain-enumeration subdomain-scanner tool web
Last synced: 6 days ago
JSON representation
Subdomain fuzzer
- Host: GitHub
- URL: https://github.com/luddekn/subfuzzer
- Owner: luddekn
- Created: 2024-01-08T00:48:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T01:02:59.000Z (about 2 months ago)
- Last Synced: 2024-11-11T01:36:22.284Z (about 2 months ago)
- Topics: brute-force, bug-bounty, bugbounty, fuzzer, fuzzing, python, python3, redteam, subdomain, subdomain-bruteforcing, subdomain-enumeration, subdomain-scanner, tool, web
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![SubFuzzer](https://dl.dropboxusercontent.com/scl/fi/d1imalqooilwhe7qifuow/subfuzzerv2.jpg?rlkey=1qxbt8m8elzw7mt5q25o5b7m7&dl=0)
*A subdomain fuzzer that uses a user-specified wordlist to find subdomains for a domain.*## Installation
```
git clone https://github.com/luddekn/subfuzzer.git
```
```
pip3 install -r requirements.txt
```
## Wordlist recommendations
- **Dirbuster** wordlists that comes with Kali Linux, found here: **/usr/share/wordlists/dirb/dirbuster**
- **n0kovo's** wordlists: [Can be downloaded from here](https://github.com/n0kovo/n0kovo_subdomains)## Usage
![SubFuzzer](https://dl.dropboxusercontent.com/scl/fi/arzciodtipmdlgp6htvte/subfuzzer-useage.jpg?rlkey=ucqka2moa5487a2z0qxff7drt&dl=0)
You can specify how fast the fuzzing should go by using the **-s** and **-t** options, but be careful, sending loads of requests to a domain might get you blocked from that domain for some time.