Open In App

Dedip – Detailed Information of an IP Address

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

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.

  • City of the ip-address.
  • State of the ip-address.
  • GPS of the ip-address.
  • ZIP of the ip-address.
  • ISP of the ip-address.

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.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads