
Nmap for Beginners – Part 1
Nmap is the most well known and most used port scanner in existence. It’s not the fastest.. MassScan and UnicornScan are much faster. Masscan is a duplex scanner, using one port to send packets and another to listen for responses. However, nmap has made great progress over the years in speed. One advantage of nmap is its ability to determine the operating system and applications running on the target. There are other tools like p0f that do this as well, but this capability is built into nmap.
But the best feature of nmap besides port scanning is its scripting engine. nmap has hundreds of scripts, written in NSE, the Nmap Scripting Engine, that can check for vulnerable versions, test for misconfigurations that allow techniques like SQL injections and cross site scripting and dozens of other tests.
Using nothing but nmap, you can do a Nessus like vulnerability scan of an end host.
The simplest scan would be nmap
*** This is a Security Bloggers Network syndicated blog from JeffSoh on NetSec authored by JeffSoh. Read the original post at: https://jeffsoh.blogspot.com/2020/01/nmap-for-beginners-part-1.html