Geo-Recon Installation & Usage
Geo-Recon is a powerful OSINT reconnaissance tool designed for geolocation. It allows security researchers and auditors to gather detailed IP geolocation information, network data, and perform Nmap-integrated scanning directly from the Termux terminal.
Prerequisites
Before installing Geo-Recon, ensure your Termux environment is updated and have the following tools installed:
- Nmap (for network scanning)
- Git (for cloning the repository)
- Python 3 (for running the tool)
Installation Commands
Follow these steps to set up Geo-Recon on your device.
1. Update Repositories
pkg update && pkg upgrade -y
2. Install Dependencies
pkg install nmap git python -y
3. Clone and Setup
git clone https://github.com/radioactivetobi/geo-recon cd geo-recon pip install colorama requests
Usage Examples
Geo-Recon provides various options for IP and URL reconnaissance.
Launch the Tool
python geo-recon.py
Reconnaissance by IP
Gather geolocation details for a specific target IP:
python3 geo-recon.py <target_ip>
Nmap-Integrated Scan
Perform an IP scan with Nmap integration for deeper insights:
python3 geo-recon.py <target_ip> -n
Localhost Recon
Check information for your own connection:
python3 geo-recon.py localhost