Nmap tool

Network Mapper (Nmap) is a freely available open source tool for systems and network administrators, allowing them to perform tasks such as collecting enterprise network inventory, managing service upgrade schedules, basic security audits, and monitoring hosts or service up-time. Nmap is officially available for major computer operating system platforms such as Linux, Windows and macOS X.

Nmap binaries can be downloaded from https://nmap.org/download.html. After successful installation, you can check the version simply by passing the nmap -V command: 

Nmap can be run using the Linux/Unix shell or Windows Command Prompt interface with root or administrator privileges.

The base syntax of Nmap is as follows: 

# nmap [scan type] [options] [target]

A very simple scan can be performed just by inputting the target IP address without any other options. The target field can be IPv4 address:1.1.1.1, IPv6 address :2001:db8:0:0:0:5678:d334:8af, hostname www.xyz.com, IP address range 192.168.0.1 - 192.168.0.10 and Classless Inter Domain Routing (CIDR) block 10.10.10.0/24:

Please only mention the host name of the website:

Please refer to the help option for further information:

Please refer to help options for more information:

Please refer to help options for more information: