Skip to content

Simple Pentest tool to find the DNS testing sub-domains of a URL.

Notifications You must be signed in to change notification settings

xssrae/dns-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DNS Tester - Find sub-domains

Simple Pentest tool to find the DNS just testing sub-domains of a URL.

Install Socket Library

Linux
python3-pip install dns-resolver
Windows
pip install dns-resolver

Import on project

import dns.resolver

Creat the Resolver object

import dns.resolver

res = dns.resolver.Resolver()

OS Used

Kali Linux VM

Ubuntu 23.04 - main OS

About

Simple Pentest tool to find the DNS testing sub-domains of a URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages