Working with WebMap Tool on Kali Linux OS

Example 1: Nmap Scan

Select Option 1

We are scanning the w3wiki.org domain for Open Ports.

We have specified the target IP.

We have got the Nmap Ports Scan results.

Example 2: Nikto Scan

Select Option 3

We are performing a Nikto scan on the http://w3wiki.org domain.

We have got the results of our Nikto Scan.


WebMap – Python Based NMAP Nikto Dirsearch Automation Tool

Scanning is a set of methods for distinguishing live hosts, ports, and services, discovering the Operating system and architecture of the target system, Identifying vulnerabilities and threats in the target application. This process can be performed with the help of various scanners like Nmap, which is used to discover almost every information about the target like ports, OS Details, Firewalls, etc. 

WebMap is an automated tool developed in the Python Language which automated the process of Scanning by including Nmap, Nikto, Dirsearch as the core components of the tool. The tester only has to specify the options and the target URL, the rest of the work is done by the WebMap tool. WebMap tool is available on the GitHub platform, it’s free and open-source to use.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process. Python Installation Steps on Linux

Similar Reads

Installation of WebMap Tool on Kali Linux OS

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

Working with WebMap Tool on Kali Linux OS

Example 1: Nmap Scan...