One of the popular know usages of NMAP is to find the open ports in the network. NMAP can be installed on Windows, Linux, macOS, and much more. In this quick guide, I will explain how to get NMAP installed on Windows OS & some usage examples.

Installing NMAP

Go to Nmap download link and download the latest stable version

or, use the direct link here to download 

Go to the location where the file is downloadedRight-click on the EXE file and click “Run as administrator.”

It will start the installation process, accept the license agreement

You can choose what components to install, but it would be good to install all of them

By default, it will install under C:Program Files (x86)Nmap but feel free to change if needed

It will start installing NMAP and once done; you will get confirmation

This concludes NMAP is successfully installed.

Go ahead and play around with the tool to get an idea of how it works. Here are some examples.

Detecting the version

One of the wide uses for NMAP is to fingerprint the OS and running technologies. -sV command argument will detect the versions & state of running services

Checking certificate information

OpenSSL is mostly used to perform certificate operations like generation, verification, modification, etc. However, you can do certain things with NMAP as well. In case you are wondering, ssl-cert.nse the script gets installed along with NMAP. It’s available under the default location C:Program Files x86)Nmapscripts

Checking cipher information

ssl-enum-cihpers.nse script can be used to validate the SSL cipher information. Each cipher suite is shown with a letter grade (A through F) indicating the strength of the connection. The grade is based on the cryptographic strength of the key exchange and of the stream cipher. The message integrity (hash) algorithm choice is not a factor. The output line beginning with the least strength shows the strength of the weakest cipher offered. To detect DH (Diffie-Hellman) vulnerability, you can use the below syntax. I hope this quick instruction helps you to install and get familiar with NMAP on Windows operating system. If you are looking to master how to use NMAP then check out this online course by Jimmy Larsson.

How to Install NMAP on Windows with Real time Usage Examples  - 29How to Install NMAP on Windows with Real time Usage Examples  - 61How to Install NMAP on Windows with Real time Usage Examples  - 96How to Install NMAP on Windows with Real time Usage Examples  - 74How to Install NMAP on Windows with Real time Usage Examples  - 43How to Install NMAP on Windows with Real time Usage Examples  - 5How to Install NMAP on Windows with Real time Usage Examples  - 6How to Install NMAP on Windows with Real time Usage Examples  - 11How to Install NMAP on Windows with Real time Usage Examples  - 41How to Install NMAP on Windows with Real time Usage Examples  - 94How to Install NMAP on Windows with Real time Usage Examples  - 22How to Install NMAP on Windows with Real time Usage Examples  - 13How to Install NMAP on Windows with Real time Usage Examples  - 28How to Install NMAP on Windows with Real time Usage Examples  - 69How to Install NMAP on Windows with Real time Usage Examples  - 62How to Install NMAP on Windows with Real time Usage Examples  - 52How to Install NMAP on Windows with Real time Usage Examples  - 76How to Install NMAP on Windows with Real time Usage Examples  - 30How to Install NMAP on Windows with Real time Usage Examples  - 59How to Install NMAP on Windows with Real time Usage Examples  - 6How to Install NMAP on Windows with Real time Usage Examples  - 80How to Install NMAP on Windows with Real time Usage Examples  - 58How to Install NMAP on Windows with Real time Usage Examples  - 56How to Install NMAP on Windows with Real time Usage Examples  - 2How to Install NMAP on Windows with Real time Usage Examples  - 96How to Install NMAP on Windows with Real time Usage Examples  - 83How to Install NMAP on Windows with Real time Usage Examples  - 30How to Install NMAP on Windows with Real time Usage Examples  - 88How to Install NMAP on Windows with Real time Usage Examples  - 27How to Install NMAP on Windows with Real time Usage Examples  - 48How to Install NMAP on Windows with Real time Usage Examples  - 56How to Install NMAP on Windows with Real time Usage Examples  - 94How to Install NMAP on Windows with Real time Usage Examples  - 21How to Install NMAP on Windows with Real time Usage Examples  - 24