nikto

Web server scanner which performs tests against web servers for multiple items. More information: <https://cirt.net/Nikto2>.

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