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: 8 months ago
JSON representation

Subdomain fuzzer

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)