A simple tool for subdomain enumeration
HELP : -h | --help | Prints this message. -i | --ifile [File path or name] | Takes input from a file to use as domains. -d | --domain [Domain to test] | Start testing a domain. -o | --ofile [File path or name] | Writes the output to a file. -w | --wordlist [File path or name] | Import your own wordlist to use instead of the default one. USAGE : Sub1337ster.py -d google.com Sub1337ster.py -d google.com -o outfile.csv Sub1337ster.py -i domains.lst -o outfile.csv Sub1337ster.py -w wordlist.txt -i domains.lst -o outfile.csv
- Clone the repository using :
git clone https://github.com/MoroccanTea/Sub1337ster.git
- Create an account on https://www.ipinfodb.com/, go to my https://www.ipinfodb.com/account
- Copy your API key
- Edit the script and put it in the api_key variable
- run
pip install -r requirements.txt
inside the project folder - Enjoy ;)