unshadow

Utility provided by the John the Ripper project to obtain the traditional Unix password file if the system uses shadow passwords. 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 unshadow on any operating system with command-not-found.com