Skip to content

A script that ingests a file with IP addresses and outputs SSL Cert names to get domains that are associated with that IP.

Notifications You must be signed in to change notification settings

the4rchangel/ip2domain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ip2domain

Summary

ip2domain.py will accept any file as a sysarg input when calling the script and then use regex to pull out IP addresses from the file and proceed to check the certificates of web servers at that IP for certificate names, giving you insight into websites that may be associated with the IP addresses. This will most commonly be best utilized when examining netflow data.

Syntax: python3 ip2domain.py filepath/filename.txt

Sample Output:

image

About

A script that ingests a file with IP addresses and outputs SSL Cert names to get domains that are associated with that IP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages