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
- Host: GitHub
- URL: https://github.com/shad0w-ops/subfuzzer
- Owner: Shad0w-ops
- Created: 2023-03-13T19:19:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T02:09:13.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T12:51:15.143Z (over 1 year ago)
- Topics: bruteforce, enumeration, fuzzing, subdomain-enumeration
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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