nmap
Network exploration tool and security/port scanner. Some features only activate when Nmap is run with root privileges. More information: <https://nmap.org>.
RUN apt-get update && \
apt-get install -y nmap
RUN apt-get update && \
apt-get install -y nmap
RUN apk add nmap
RUN pacman -S --noconfirm nmap
RUN apt-get update && \
apt-get install -y nmap
RUN yum install -y nmap
RUN dnf install -y nmap
RUN apt-get update && \
apt-get install -y nmap