Open In App

DEDMAP – Cross-platform port scanning and network automation tool

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

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. 

  • The reserved ports are: from 0 to 1023
  • The registered ports are: from 1024 to 49151
  • The private ports are: from 49151 to 65535

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


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads