DNS-Lookup: returns details about specified domain records as well as information about DNS entries
Sr. | Operating System | Version | Virtual Box | VM Ware | Network Type |
---|---|---|---|---|---|
1 | Kali Linux | 2021.2 | |||
2 | Ubuntu | 20.04 | |||
3 | Debian | 10.0 | |||
4 | Windows | 10 |
- scan domains in targeted dns server
- list of domains are in text format
- scans upto 10,000 domains in min time ( approx 15 min on 1MB/s Bandwidth).
- Supports Windows & Linux OS.
- organised ip resolution.
- Forword DNS Lookup.
- git
required
- Python3
required
- dnspython
required
sudo apt update -y
sudo apt install git-all -y
pip3 install dnspython -y
visit git-scm, download setup and install git
visit python.org, download setup and install python3
.
start windows command prompt/ shell and type
pip3 install dnspython
Create new directory
Optional Step
mkdir 'DNS-Lookup'
cd 'DNS-Lookup'
Clone DNS-Lookup from github
git clone "https://github.com/hexdee606/DNS-Lookup.git"
Calling
python3
file
python3 DNS_Look.py
We hope you like our project. If 'Yes' click on the star icon at the top right corner or leave a comment so we can improve this script.
❤️ from Alchemists.