Open In App

IP Rover – OSINT tool to get information of any IP address

Last Updated : 28 Feb, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

IP Rover is a free and open-source tool available on GitHub. IP Rover is one of the famous tools to find information about an IP address and domain. It is used by security researchers and penetration testers in the early stages of penetration testing and reconnaissance. IP Rover is an (OSINT) which means it finds out all the open-source information available on the internet with respect to the domain or IP- address. 

Note: IP Rover is written in Python. You must have python installed in your kali Linux operating system in order to use the tool.

 IP Rover finds out following information:                                  

  • the version of the target ip-address.
  • city of the target ip-address.
  • region of the target ip-address.
  • region_code of the target ip-address.
  • country of the target ip-address.
  • country_name of the target ip-address.
  • country_code of the target ip-address.
  • country_code_iso3 of the target ip-address.
  • country_capital of the target ip-address.
  • country_tld of the target ip-address.
  • continent code   of the target ip-address.
  • in_eu of the target ip-address.
  • postal of the target ip-address.
  • latitude of the target ip-address.
  • longitude of the target ip-address.
  • the time zone of the target ip-address.
  • utc_offset of the target ip-address.
  • country_calling_code  of the target ip-address.
  • currency of the target ip-address.
  • currency_name of the target ip-address.
  • languages of the target ip-address.
  • country_area of the target ip-address.
  • country_population  of the target ip-address.
  • asn of the target ip-address.
  • org of the target ip-address.

Installation

Step 1: Use the following command to install the tool from  GitHub. Use the second command to move into the directory of the tool.

git clone https://github.com/Saadkhan041/IP_Rover/
cd IP_Rover

Step 2: The tool has been downloaded and running successfully. Now use the following command to run the tool.

python3 finder.py

The tool is running successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the IP Rover tool to find out the information about ip-address.

enter ip-address

Example 2: Use the IP Rover tool to find out the information about IP-address.

enter ip-address


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads