In this section we review scan modes supported in the python-nmap module. We will learn how to detect the open ports of a system or network segment, as well as perform advanced operations to collect information about its target and detect vulnerabilities in the FTP service.
Vulnerabilities with Nmap scripts
Executing Nmap scripts to detect vulnerabilities
One of the most interesting features that Nmap has is the ability to execute scripts that follow the Nmap Scripting Engine (NSE) specification. Nmap enables you to perform vulnerability assessments and exploitations as well, thanks to its powerful Lua script engine. In this way, we can also execute more complex routines that allow us to filter information about a specific...