Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 792 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 792 Bytes

Python subdomain bruteforcer

Use this tool in order to bruteforce subdomains. It is a small and easy to build tool which can be used to bruteforce subdomain

Modules used:
requests
threading
queue
colored
argparse

please use -h or --help for help

How to use?

example use:

-- python subdomain.py google.com -w /usr/share/wordlists/rockyou.txt -t 50

where google.com is the domain we would like to bruteforce and -w contains the path of the wordlist and -t is the number of thread

you can get information about active url and unavailable url and unicode error

Follow me on twitter: https://twitter.com/gameritedyt/ ( @gamerited )