Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smackerdodi/domain-ip
- Owner: smackerdodi
- Created: 2019-08-30T11:42:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T19:48:40.000Z (about 4 years ago)
- Last Synced: 2024-08-05T17:34:24.842Z (4 months ago)
- Language: Python
- Size: 118 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - smackerdodi/domain-ip - this tool take a list of subdomains and give you the ip for each (Python)
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.gitcd domain-ip
pip3 install -r requirements.txt
# Usage
python3 domain-ip.py subd.txt domain-ip.txtsubd : 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)