john

Password cracker. More information: <https://www.openwall.com/john/>.

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