john - yokohama/oreshic-record GitHub Wiki

フォーマット一覧

Message

{none}

Command

john --list=formats

Result

descrypt, bsdicrypt, md5crypt, md5crypt-long, bcrypt, scrypt, LM, AFS, 
416 formats (149 dynamic formats shown as just "dynamic_n" here)
tripcode, AndroidBackup, adxcrypt, agilekeychain, aix-ssha1, aix-ssha256, 

・・・省略・・・

VNC, vtp, wbb3, whirlpool, whirlpool0, whirlpool1, wpapsk, wpapsk-pmk, 
xmpp-scram, xsha, xsha512, zed, ZIP, ZipMonster, plaintext, has-160, 
HMAC-MD5, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, 
dummy, crypt

Tag

{none}

高速化。CPUコア数指定。フォーマット指定。リスト指定。

Message

john の高速実行例。
--fork でCPUコア数を指定し並列化、--format で解析対象のハッシュ形式を明示、
--wordlist で辞書ファイルを指定して効率的にクラックを行う。

Command

john --fork=14 --format=mysql-sha1 --wordlist=/usr/share/wordlists/rockyou.txt hash.txt

Result

Loaded 1 password hash (mysql-sha1, MySQL 4.1+ [SHA1 256/256 AVX2 8x])
Created directory: $HOME/.john
doggie           (?)     
Using default input encoding: UTF-8
Node numbers 1-14 of 14 (fork)
6 1g 0:00:00:00 DONE (2026-01-13 09:21) 20.00g/s 2400p/s 2400c/s 2400C/s annie..ingeras
Press Ctrl-C to abort, or send SIGUSR1 to john process for status
3 0g 0:00:00:00 DONE (2026-01-13 09:21) 0g/s 3104Kp/s 3104Kc/s 3104KC/s   3879.ie168

・・・省略・・・

11 0g 0:00:00:00 DONE (2026-01-13 09:21) 0g/s 2845Kp/s 2845Kc/s 2845KC/s   cq90000..       1234567
1 0g 0:00:00:00 DONE (2026-01-13 09:21) 0g/s 2695Kp/s 2695Kc/s 2695KC/s    667306   ..           
Waiting for 13 children to terminate
Session completed.

Tag

高速

⚠️ **GitHub.com Fallback** ⚠️