Skip to content

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

Notifications You must be signed in to change notification settings

Gill-Singh-A/Reverse-DNS-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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:

pip install -r requirements.txt

Note

Replace YOUR_API_KEY at line 17 in main.py with your dnsview API Key

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages