Skip to content

Latest commit

 

History

History
 
 

DNS verifier

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DNS VERIFIER

Description

A Script to verify the Domain Name System.

  • This is useful to check for availability of DNS.

Language

  • Python

Instructions to run this application

  1. Python 3 must be installed in your system.
  • For first time, run this in terminal or powershell
pip3 install -r requirements.txt
  1. It will download all the required modules
  • Now run the below command

Usage:

    python main.py

example:

    python main.py

Enter the DNS: gaana.com { "DNS": "gaana.com", "IP": [ "23.211.222.138" ], "AVAIL": false }