John the Ripper password cracker

wget http://www.openwall.com/john/j/john-1.8.0.tar.gz

tar zxvf john-1.8.0.tar.gz

cd john-1.8.0

cd src

make

make clean SYSTEM

make clean generic

cd ../run/

./john --test (不一定要執行)

./unshadow /etc/passwd /etc/shadow > passwd_shadow

./john --show passwd_shadow
Related posts 相關文章
不要在瀏覽器上自動儲存自己的密碼,已有人被駭
More...
Apache htaccess 限制某頁面要輸入密碼 Password
More...
當 git clone 或 git pull 時就儲存帳密在當下不用再二次輸入
More...
perl 隨機產生 password 密碼
More...

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。