Skip to content

nyxs/The_Creeper

Repository files navigation

The Creeper

Find all subdomains, ip addresses and dns of a domain.

##Installation: First, git clone the repo to your computer

git clone https://github.com/0xpwn/The_Creeper.git

Second, install requirements using pip and your requirements file:

pip install -r requirements

Maybe some of you will need to use sudo.

All set, you are ready to go. Run the script as following:

usage: main.py [-h] -d  -w  [-t] [-v] [--version]

optional arguments:
  -h, --help        show this help message and exit
  -d , --domain     The domain you want to explore. For ex. google.com
  -w , --wordlist   The Subdomains wordlist
  -t , --threads    Number of threads (must be larger than 0. default: 3)
  -v, --verbose     Set verbosity
  --version         show program's version number and exit

For example:

sudo python main.py -d youtube.com -w huge_wordlist.txt -t 7

##To do:

  1. Add list of open ports for each IP.
  2. Add Banner grabbing.

##Legally: This script has been made for legal use and for fun. Everything you are about to do with this tool, is on your responsebility.

About

Find all subdomains of a domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages