snippetbashTip
unshadow — Utility provided by the John the Ripper project to obtain the traditional Unix password file if the
Viewed 0 times
thecommandprovidedunshadowcliutilityjohn
linux
Problem
How to use the
unshadow command: 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/doc/>.Solution
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/doc/>.Combine the
/etc/shadow and /etc/passwd of the current system:sudo unshadow /etc/passwd /etc/shadowCombine two arbitrary shadow and password files:
sudo unshadow {{path/to/passwd}} {{path/to/shadow}}Code Snippets
Combine the `/etc/shadow` and `/etc/passwd` of the current system
sudo unshadow /etc/passwd /etc/shadowCombine two arbitrary shadow and password files
sudo unshadow {{path/to/passwd}} {{path/to/shadow}}Context
tldr-pages: linux/unshadow
Revisions (0)
No revisions yet.