nikto
Web server scanner which performs tests against web servers for multiple items. More information: <https://cirt.net/Nikto2>.
RUN apt-get update && \
apt-get install -y nikto
RUN apk add nikto
RUN pacman -S --noconfirm nikto
RUN apt-get update && \
apt-get install -y nikto
RUN dnf install -y nikto
RUN apt-get update && \
apt-get install -y nikto