IP Rover is a simple and powerful IP lookup tool that helps you collect publicly available information about an IP address. It can display the IP location, country, city, network details, ISP, ASN, timezone, coordinates, and other useful information. It is a useful tool for learning IP OSINT and basic network reconnaissance.
Installation Commands
Run the commands below one by one to install the tool and start investigating IP addresses.
Update Termux packages.
apt update && apt upgrade -y
Install Python.
apt install python3
Install Git.
apt install git -y
Clone the IP_Rover repository.
git clone https://github.com/Cyber-Dioxide/IP_Rover/
Move into the project directory.
cd IP_Rover
View the project files.
ls
Install the required Python packages.
pip install -r requirements.txt
Run IP_Rover.
python3 finder.py
IP_Rover is now installed and ready to use.
Usage Guide
After installing IP_Rover, run the tool and enter the IP address you want to investigate.
Run IP_Rover.
python3 finder.py
Enter the target IP address.
8.8.8.8
After entering the IP address, IP_Rover will automatically collect publicly available information and display a detailed report, such as:
- Network
- IP version
- City
- Region
- Country
- Country code
- Country capital
- Continent
- Postal code
- Latitude and longitude
- Timezone
- UTC offset
- Country calling code
- Currency
- Languages
- Country area
- Country population
- ASN
- Organization (ISP)
Simply enter the target IP address, and IP_Rover will automatically display all the available information about that IP address.







