Open In App

DEDMAP – Cross-platform port scanning and network automation tool

DEDMAP is a free and open-source tool available on GitHub. DEDMAP works as a scanner that scans domains and websites. DEDMAP is a powerful, cross-platform scanning tool. DEDMAP is very similar to nmap which is a port scanning tool. DEDMAP is written in bash language. You must have bash language installed in your kali Linux operating system in order to use this tool effectively. DEDMAP divides all the UDP and TCP protocols between 0 to 65535b ports. These ports are further divided into sub-ranges. 



Installation

Step 1: Use the following command to install the tool from GitHub.

 git clone https://github.com/7Ragnarok7/DEDMAP.git



Step 2: Now use the following command to install the tool.

./install.sh

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

Usage

Example 1: Use the DEDMAP tool to perform scanning on a domain.

dedmap <domain>

This is how you can perform scanning using dedmap.

Example 2: Use the dedmap tool to scan multiple websites.

dedmap -d google.com yahoo.com geekforgeeks.org localhost

Article Tags :