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/>.

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 zip2john on any operating system with command-not-found.com