zip2john
A tool to extract password hashes from zip files for use with John the Ripper password cracker. This is a utility tool usually installed as part of the John the Ripper installation. More information: <https://www.openwall.com/john/>.
RUN apt-get update && \
apt-get install -y john
RUN apt-get update && \
apt-get install -y john
RUN apk add john
RUN pacman -S --noconfirm john
RUN apt-get update && \
apt-get install -y john
RUN dnf install -y john
RUN apt-get update && \
apt-get install -y john