Nmap scripts

What should happen?

Running penkit nmap -sV <host> should attempt to find the versions of the host's services.

What actually happens?

You get this error, because the nmap-scripts package is not installed:

Starting Nmap 7.40 ( https://nmap.org ) at 2017-03-15 18:38 UTC
NSE: failed to initialize the script engine:
could not locate nse_main.lua
stack traceback:
	[C]: in ?

Tasks

  • Add nmap-scripts to penkit/cli:net Dockerfile
  • Add nmap-scripts to penkit/cli:metasploit Dockerfile