An open API service indexing awesome lists of open source software.

https://github.com/shad0w-ops/subfuzzer

A simple python fuzzer tool created for the soul purpose of bruteforcing subdomains
https://github.com/shad0w-ops/subfuzzer

bruteforce enumeration fuzzing subdomain-enumeration

Last synced: about 1 year ago
JSON representation

A simple python fuzzer tool created for the soul purpose of bruteforcing subdomains

Awesome Lists containing this project

README

          

# Subfuzzer
## Disclaimer: Made for educational purposes only i will not be held responsible for any missuse of this tool.

## Installation:

git clone https://github.com/Shad0w-ops/Subfuzzer.git

cd Subfuzzer

pip3 install -r requirements.txt

## Usage:

python3 fuzz.py domain /path/to/wordlist.txt
you can either use the wordlists that are supplied with the tool or use any wordlist you want.

## Example Usage:

python3 fuzz.py website.com Wordlists/subdomains-top1mil-20000.txt