Installs Nmap and add the ability to run Nmap as an unprivileged user on Linux systems by using capabilities.
- Ubuntu 14.04
- CentOS 7.0
Include nmap in your node's run_list:
{
"run_list": [
"recipe[nmap::default]"
]
}Author:: Merouane Atig (merouane.atig@gmail.com)