Skip to content

# File crawls IP ranges defined in ips variable and extracts domain names from certificates # It then checks each domain and logs the IP, Host, Status Code, and Headers delimited by "|"

Notifications You must be signed in to change notification settings

RuturajS/ipsdomains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Domains Resolver

Hi all this is Script written by Z university guy i just made changes along to make it work really fast with on command line hope you like it !

File crawls IP ranges defined in ips variable and extracts domain names from certificates # It then checks each domain and logs the IP, Host, Status Code, and Headers delimited by "|"

Installation

git clone https://github.com/RuturajS/ipsdomains.git
cd ipsdomains
pip3 install -r requirements.txt

To Ran a scan for IPS ranges use below command

python3 domainresolver.py -ips 127.0.0,192.168.1.1

it will search for Domains extracting it by crawling SSL certificate from Ips.

About

# File crawls IP ranges defined in ips variable and extracts domain names from certificates # It then checks each domain and logs the IP, Host, Status Code, and Headers delimited by "|"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages