Open In App

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

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:                                  



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

Article Tags :