Linux command
unshadow 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Example
sudo unshadow /etc/passwd /etc/shadow
Example
sudo unshadow [path/to/passwd] [path/to/shadow]
说明
unshadow combines /etc/passwd and /etc/shadow files to create a traditional Unix password file format. This unified format is required by password cracking tools like John the Ripper. The utility is part of the John the Ripper project and is used in authorized password security auditing to prepare password hashes for analysis.
FAQ
What is the unshadow command used for?
unshadow combines /etc/passwd and /etc/shadow files to create a traditional Unix password file format. This unified format is required by password cracking tools like John the Ripper. The utility is part of the John the Ripper project and is used in authorized password security auditing to prepare password hashes for analysis.
How do I run a basic unshadow example?
Run `sudo unshadow /etc/passwd /etc/shadow` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more unshadow examples?
This page includes 2 examples for unshadow, plus related commands for nearby Linux tasks.