Information gathering with ReconDog

ReconDog is a complete information gathering tool written in python. Here, all the information is extracted with APIs and no direct contact is made to the target.

ReconDog uses censys.io to gather massive amount of information about an IP address. It scans most common TCP ports and can detect 400+ content management systems. It performs a whois lookup and Uses shodan to check if target is a honeypot or not. ReconDog does a reverse IP lookup to find domains associated with an IP address and also finds all its subdomains.


Installation

git clone https://github.com/s0md3v/ReconDog.git
cd ReconDog
python3 -m pip install -r requirements.txt


Usage

python3 dog

To perform a complete scan on www.yahoo.com, select 0 and type www.yahoo.com





This information is only for educational purpose and we are not responsible for any kind of illegal activity done by this tool.

Check out similar information gathering tools HERE.

Hope you have enjoyed reading this.
Leave a comment below

Comments

Popular Posts