Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smackerdodi/domain-ip

this tool take a list of subdomains and give you the ip for each
https://github.com/smackerdodi/domain-ip

Last synced: 21 days ago
JSON representation

this tool take a list of subdomains and give you the ip for each

Awesome Lists containing this project

README

        

# domain-ip
this tool take a list of subdomains and give you the ip for each
# Description
this tool take a list of subdomains from a text file and give out a list of domain versus ip for every subdomain ( if it is resolved )and the output is coloured to be easy for reading and now it is multi threaded so it is now so fast
# installation
git clone https://github.com/smackerdodi/domain-ip.git

cd domain-ip

pip3 install -r requirements.txt
# Usage
python3 domain-ip.py subd.txt domain-ip.txt

subd : text file contain list of subdomain

domain-ip.txt : text file contain list of resolved subdomain with its ip
# screenshots
![screenshot 1 ](https://github.com/smackerdodi/domain-ip/blob/master/1.JPG)
![screenshot 2 ](https://github.com/smackerdodi/domain-ip/blob/master/2.JPG)