nmap

Network exploration tool and security/port scanner. Some features only activate when Nmap is run with root privileges. More information: <https://nmap.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y nmap
Ubuntu
RUN apt-get update && \ apt-get install -y nmap
Alpine
RUN apk add nmap
Arch Arch Linux
RUN pacman -S --noconfirm nmap
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nmap
CentOS
RUN yum install -y nmap
Fedora
RUN dnf install -y nmap
Raspbian
RUN apt-get update && \ apt-get install -y nmap
click the source code to copy install nmap on any operating system with command-not-found.com