※下記、rootユーザーで行う
-
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
-
rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
-
yum install john
-
cp /etc/john.conf /etc/john.conf.org
-
vim /etc/john.conf
# .include <dynamic.conf>
※下記、動確
- unshadow /etc/passwd /etc/shadow > passwdfile
- john --users=[ユーザー名称] --single --show passwdfile