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
- Host: GitHub
- URL: https://github.com/gill-singh-a/reverse-dns-lookup
- Owner: Gill-Singh-A
- Created: 2024-08-22T23:13:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-22T23:16:00.000Z (about 1 year ago)
- Last Synced: 2025-01-04T15:41:50.970Z (10 months ago)
- Topics: dns, python3, reverse-dns, reverse-dns-lookup
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* timeInstall the dependencies:
```bash
pip install -r requirements.txt
```
## Note
Replace **YOUR_API_KEY** at line 17 in *main.py* with your ***dnsview*** API Key