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
Language Used = Python3
Modules/Packages used:
- ipaddress
- socket
- requests
- datetime
- optparse
- colorama
- time
Install the dependencies:
pip install -r requirements.txt
Replace YOUR_API_KEY at line 17 in main.py with your dnsview API Key