ReconDog in Termux: Installation & Usage
ReconDog is a powerful all-in-one information gathering and OSINT (Open Source Intelligence) tool designed for reconnaissance. It streamlines various lookup tasks into a single terminal interface, making it an essential tool for penetration testers and security researchers.
Prerequisites
Ensure you have the basic dependencies installed in Termux before proceeding with the ReconDog installation.
- Git
- Python
- Nmap
- DNSutils
Installation Commands
Execute the following commands in your Termux terminal to get ReconDog up and running.
1. Update and Upgrade
TERMINAL
BASH
pkg update && pkg upgrade -y
2. Install Dependencies
TERMINAL
INSTALL
pkg install git python nmap dnsutils -y
3. Clone and Setup
TERMINAL
CLONE
git clone https://github.com/UltimateHackers/ReconDog cd ReconDog pip install -r requirements.txt
4. Run ReconDog
TERMINAL
LAUNCH
python dog.py
Main Features & Usage
Once ReconDog is launched, you can choose from various reconnaissance options:
- WHOIS Lookup: Get detailed domain registration information.
- DNS Enumeration: Scan for DNS and nameserver records.
- Port Scanning: Identify open ports on a target server.
- CMS Detection: Identify the CMS (e.g., WordPress) behind a site.
- Reverse IP Lookup: Find other domains hosted on the same IP.
- Subdomain Discovery: Automatically find subdomains for a given target.
- Technology Detection: Identify the web stack and technologies used by a website.
- Honeypot Detection: Check if a system is a honeypot decoy.