Lithium876 / msdnsscan

MayorSec DNS Enumeration Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MayorSecDNSScan

ko-fi

MSDNSScan is used to identify DNS records for target domains, check for zone transfers and conduct subdomain enumeration. There really isn't much special about it, and it's a lot like other tools you see installed on Kali. The goal is to implement some custom tooling into a "MayorSec Toolkit" to be released sometime in the future.

Usage

Installing MSDNSScan

git clone https://github.com/dievus/msdnsscan.git

Change directories to msdnsscan and run:

pip3 install -r requirements.txt

This will run the install script to add necessary dependencies to your system.

python3 msdnsscan.py <domain>

And that's it!

About

MayorSec DNS Enumeration Tool

License:MIT License


Languages

Language:Python 100.0%