XPilot / Th4sD0m

Tool to identify all domains contained in an IP anonymously

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Th4sD0m

Tool to identify all domains contained in an IP anonymously

How to install

Install requirements with:

 pip install -r requirements.txt 

#How to use:

Example of usage:

python th4sd0m.py -i DIRECTION_IP -n 4 -e Y
usage: th4sd0m.py [-h] -i IP -n NUM [-e EXPORT]

This script identifies all domains contained in an IP

optional arguments:

  -h, --help          show this help message and exit
  
  -i IP, --ip IP       The IP which wants to search
 
  
  -n NUM, --num NUM     Indicate the number of the search which you want to do
  
  -e EXPORT, --export EXPORT
  
                        Export the results to a json file (Y/N)
 

About

Tool to identify all domains contained in an IP anonymously

License:GNU General Public License v3.0


Languages

Language:Python 100.0%