ReconDog Termux:
ReconDog is a tool, Created in Python language, that allows you to collect information about any websites by just using your Termux application.
Features of Recon Dog
1] Censys
2] NS Lookup
3] Port Scan
4] Detect CMS
5] Whois Lookup
6] Detect Honeypot
7] Find Subdomains
8] Reverse IP Lookup
9] Detect Technologies
0] All
Setup Prosses
Step1:
Before Installing any tool in termux first we will Update all the Pre-Installed Packages in Termux.
apt-get update && apt-get upgrade -y
Step2 :
We need to install the git package in termux and also Python packages in Termux.
pkg install git python -y
Step3:
Now it's time to Clone the Github script.
git clone https://github.com/s0md3v/ReconDog
git clone https://github.com/s0md3v/ReconDog
Step4:
The Tools is Successfully installed in your termux and now we have to change the working directory to the ReconDog folder.
cd ReconDog
Step5:
The tool is written in the python language and before using this tool we will have to install some python modules, will do that using the requirements.txt file given in the project folder.
pip install -r requirements.txt
Step6:
To run this tool you just have to run the dog file in termux but Keep in mind that if you restart termux then you first need to change your directory to the ReconDog folder
python dog
Step7:
Know You Can see the list of Reconnaissance That you can Perform using this Tools
