Open In App

Dedip – Detailed Information of an IP Address

Dedip is a free and open-source tool available on GitHub. It is used for finding accurate information about an IP address and can also be used to find coordinates of a device on the globe. Dedip is written in python. You must have python installed in your kali Linux operating system in order to use this tool. 

Dedip is one of the famous tools for performing reconnaissance on IP addresses of the devices or on domains. It is used by security researchers to find useful information’s about an IP address. This information includes the following data.



Installation

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



git clone https://github.com/minewaffle/dedip
cd dedip

Step 2: The tool has been installed in your kali Linux. Now use the following command to run the tool.

python3 dedip.py

The tool has been downloaded and running successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the dedip tool to find out the details of an IP address.

python3 dedip.py

Now give the IP address to the tool.

This is how the tool has found out all the information about the IP address.

Example 2:  Use the dedip tool to find out the details of an IP address.

python3 dedip.py

Now give the IP address to the tool.

Article Tags :