A easy-to-use python tool to perform dns recon with multiple options
It can be installed in any OS with python3
Manual installation
git clone https://github.com/hack-parthsharma/SDomDiscover
cd SDomDiscover
pip3 install -r requirements.txt
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
How to perform all the queries and recognizement
python3 SDomDiscover.py -d domain.com --all