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: 8 months ago
JSON representation
Subdomain fuzzer
- Host: GitHub
- URL: https://github.com/luddekn/subfuzzer
- Owner: luddekn
- Created: 2024-01-08T00:48:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T01:02:59.000Z (over 1 year ago)
- Last Synced: 2025-02-13T07:48:25.922Z (over 1 year 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: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just another subdomain fuzzer. 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)