SDomDiscover – A Easy-To-Use Python Tool To Perform DNS Recon

SDomDiscover 1 demo

   _____ ____                  ____  _                               
/ ___// __ ____ ____ ___ / __ (_)_____________ _ _____ _____
__ / / / / __ / __ `__ / / / / / ___/ ___/ __ | / / _ / ___/
___/ / /_/ / /_/ / / / / / / /_/ / (__ ) /__/ /_/ / |/ / __/ /
/____/_____/____/_/ /_/ /_/_____/_/____/___/____/|___/___/_/

A easy-to-use python tool to perform dns recon with multiple options

Installation:

It can be installed in any OS with python3

Manual installation

git clone https://github.com/D3Ext/SDomDiscover
cd SDomDiscover
pip3 install -r requirements.txt

One-liner

git clone https://github.com/D3Ext/SDomDiscover && cd SDomDiscover && pip3 install -r requirements.txt && python3 SDomDiscover.py

Usage:

Common usages

To see the help panel and other parameters

python3 SDomDiscover.py -h

Main usage of the tool to dump the valid domains in the SSL certificate

python3 SDomDiscover.py -d example.com

Used to perform all the queries and recognizement

python3 SDomDiscover.py -d domain.com --all
Download SDomDiscover

If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.

Discord

Original Source