DEDMAP

A Network Automation framework focused on Cyber-Security

Download as .zip Download as .tar.gz View on GitHub

DEDMAP-icon

DEDMAP

Network Automation for Hackers

Python Version License Windows Support Linux Support Linux Support Web Support published Featured on Openbase

dedmap demo

One of its kind Network Automation as a Service (NaaaS).

DEDMAP is a Simple but Powerful, Clever and Flexible Cross-Platform Port Scanning tool made with ease to use and convenience in mind.

Both TCP and UDP protocols have 0 to 65535 ports. These 65535 ports can be divided into the following three ranges:-

DEDMAP tries to scan a target IP or range of IP’s and find services that are running and listening on some ports.

DEDMAP can also scan a range of hosts to find live hosts.

Checkout the official DEDMAP whitepaper here –> DEDMAP WHITEPAPER

CODE OF CONDUCT

CONTRIBUTING

Requirements :-

Installation :-

All the additional requirements will be installed automatically. Just execute the “install.sh” file ;)

The tool can be run without installing as well (./dedmap) but it is recommended to install it. After installing the tool, the color of the DEDMAP banner will change from WHITE to RED.

Update the tool by downloading the latest release and re-installing it again.

Using the tool in Windows :-

Uninstallation :-

Highlights :-

LEGEND/Color schemes :-

Usage :-

$ dedmap [--option(s)] [target(s)]

Options :-

Examples :-

Combine the options according to your requirements. DEDMAP is flexible and clever enough :)

$ dedmap 1.1.1.1
$ dedmap localhost
$ dedmap -d google.com yahoo.com facebook.com localhost
$ dedmap google.com
$ dedmap google.com yahoo.com
$ dedmap 1.1.1.1 2.2.2.2 3.3.3.3
$ dedmap 1.1.1.1-100 google.com (Perform a tcp scan on all the hosts without pinging to bypass firewall icmp block)
$ dedmap -tp 20 1.1.1.1
$ dedmap -tp top10 2.2.2.2
$ dedmap -tp 20,21,22 1.1.1.1
$ dedmap -nm lan -p 21 192.168.1.1-255 (Perform a tcp port scan in lan mode on all the live hosts)
$ dedmap -n 1.1.1.1-255
$ dedmap -nr 1.1.1.1-255 (Perform a reverse dns lookup on all the live targets in the network)
$ dedmap -nt 1.1.1.0-255 (To scan only the hosts which are alive in the network)
$ dedmap -o report 127.0.0.1

Additional Notice :-

Disclaimer :-

Limitations as of now / Known Issues :-

To Do :-

Reporting :-

Feedback :-