September 2018
Intermediate to advanced
304 pages
6h 35m
English
The following are the environment variables used in preparing an Nmap script:
The following is a structure of a simple Nmap script:
//Rule sectionportrule = function(host, port) return port.protocol == "tcp" and port.number == 25 and port.state == "open"end//Action sectionaction = function(host, port) return "smtp port is open"end
Read now
Unlock full access