john "No password hashes left to crack (see FAQ)"
code:bash
┌──(shoebill㉿shoebill)-~
└─$ john htpasswd --wordlist=/usr/share/wordlists/rockyou.txt
Warning: detected hash type "md5crypt", but the string is also recognized as "md5crypt-long"
Use the "--format=md5crypt-long" option to force loading these as that type instead
Using default input encoding: UTF-8
Loaded 1 password hash (md5crypt, crypt(3) $1$ (and variants) MD5 256/256 AVX2 8x3)
No password hashes left to crack (see FAQ)
もうすでにクラック済みの可能性がある。
--showオプションとパスワードファイルを渡して実行してみる:
code:bash
┌──(shoebill㉿shoebill)-~
└─$ john --show htpasswd
webapi_user:littlebear
1 password hash cracked, 0 left
(ここでは”littlebear”がクラック結果のパスワード)
john