ReconDog Tool in Termux | Installation and Usage Commands

ReconDog is a simple information gathering tool that helps find details about websites, domains, and IP addresses. It comes with multiple built-in options for performing reconnaissance tasks from a single menu. You can install ReconDog in Termux and use it on your Android device with a few simple commands.

Install ReconDog in Termux

Run the following commands one by one in Termux to install the ReconDog tool.

Update Termux packages.

pkg update && pkg upgrade -y

Install Git and Python.

pkg install git python -y

Clone the ReconDog repository.

git clone https://github.com/s0md3v/ReconDog

Move into the ReconDog directory.

cd ReconDog

Install the required Python packages.

pip install -r requirements.txt

Start ReconDog.

python dog

After completing the installation, the ReconDog menu will open inside the Termux terminal.

Use ReconDog in Termux

Start ReconDog using the following commands.

python dog

After running the tool, you will see the following menu:

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

Choose the option you want and enter the target domain or IP address when prompted. ReconDog will automatically perform the selected reconnaissance or information gathering task and show you the results in the terminal.

Note

ReconDog is an old tool that is no longer actively maintained. Because of this, some features may not work properly or may stop working due to changes in websites and online services. If a feature does not work, you can try similar tools such as Subfinder, Amass, or Katana for reconnaissance and information gathering tasks.

SHARE THIS POST: