ReconDog Termux - Best Reconnaissance Tool For Termux
Hey Guys 🙋♂️, in this post we are gonna talk about a minimal information gathering tool, in this tool you will learn how you can install ReconDog Tool in the termux app and use it for information gathering and Vulnerability testing. This tool is almost the same as RedHawk Tool, This tool will also help you to learn more about Websites and, their SEO too.
What is ReconDog Tool in Termux?
Install ReconDog Tool in Termux :
apt update && apt upgrade -y
This command will install updates on your termux.
pkg install git php -y
This command will install Git as well as python in your termux apk.
Step3 :
Now we will clone the actual Project from the GitHub repository. You can use the below command to download the ReconDog tool in termux.
git clone https://github.com/s0md3v/ReconDog
After running this command The tool will be installed in your termux.
Step4 :
The tool is Successfully installed in your termux and now we have to change the working directory to the ReconDog folder.
cd ReconDog
Remember that if you restart your phone you have to again change your directory and then you can run the tool again.
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. Just copy and paste the below command the modules will be installed in no time.
pip install -r requirements.txt
This will install the requirements needed to run this python tool in termux.
Use ReconDog Tool in Termux :
Step1 :
python dog
Post a Comment