Installation of Dismap Tool in Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/zhzyker/dismap.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd dismap

Step 3: Build the go file by using the following command

go build

Step 4: Now use the following command to run the tool.

./dismap -h

Dismap – Asset discovery and identification tool

Dismap tool is an automated tool used as an asset discovery tool that provides the feature to rapidly identify and detect the Web Fingerprint information and also locate the asset types. Dismap tool is developed in the Golang language, it’s available on the GitHub platform. Dismap tool is an open-source and free-to-use tool. Dismap tool supports the range of IP addresses to scan along with this tool also supports the target URL scan.

Note: As Dismap is a Golang language-based tool, so you need to have a Golang environment on your system. So check this link to download Golang in your system. – How to Install Go Programming Language in Linux

Similar Reads

Installation of Dismap Tool in Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Dismap Tool in Kali Linux OS

Example 1: Specify a network segment...

Contact Us