## SECTION=networking menuconfig NMAP tristate prompt "nmap " select OPENSSL if NMAP__OPENSSL select OPENSSL select LIBPCRE select GCCLIBS_CXX help Nmap ("Network Mapper") is a utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. if NMAP config NMAP__OPENSSL bool "openssl support" config NMAP__IPV6 bool "ipv6 support (in included libpcap)" config NMAP__SERVICES bool "Install nmap-services" default y help This will install a set of nmap extensions, consisting of: nmap-os-fingerprints nmap-service-probes nmap-services nmap-protocols nmap-rpc endif