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

https://github.com/gill-singh-a/reverse-dns-lookup

A Simple Python Program that does a reverse DNS Lookup for an IP Address by using socket module and tried to fetch other domains for the found host using viewdns API
https://github.com/gill-singh-a/reverse-dns-lookup

dns python3 reverse-dns reverse-dns-lookup

Last synced: 8 months ago
JSON representation

A Simple Python Program that does a reverse DNS Lookup for an IP Address by using socket module and tried to fetch other domains for the found host using viewdns API

Awesome Lists containing this project

README

          

# Reverse DNS Lookup
A Simple Python Program that does a reverse DNS Lookup for an IP Address by using socket module and tried to fetch other domains for the found host using viewdns API
## Requirements
Language Used = Python3

Modules/Packages used:
* ipaddress
* socket
* requests
* datetime
* optparse
* colorama
* time

Install the dependencies:
```bash
pip install -r requirements.txt
```
## Note
Replace **YOUR_API_KEY** at line 17 in *main.py* with your ***dnsview*** API Key