Skip to main content

Scans IP addresses and finds domains

Project description

ip2domains

Scans IP addresses and finds domains. Domain names are extracted from SSL certificates. This method does not guarantee 100% finding of all domains. You can also use the method of obtaining a domain name through a reverse DNS lookup, but 99% of domains do not contain a PTR record.

The reason for developing this tool was that many Internet services provide unreliable results:

image

Installation:

pip install ip2domains

Usage:

# help
$ ip2domains -h

# scan domains
$ echo 0.0.0.0/0 | ip2domains --no-banner

# list unique domains
$ echo 0.0.0.0/0 | ip2domains --no-banner | jq -r '.domains[]' | sort | uniq

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ip2domains-0.1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

ip2domains-0.1.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page