RainbowCrackを使ってみた。パート2

9/26に追記しようかと思ったが、結構長いので別にする事に。

今回解析に使用したパスワードは以下の通り

nopass: (パスワード無し)
test  : testTESTtest
test2 : !123456abcdefg
test3 : faluyrheagliat

以下、実行ログ

D:\test>rcrack.exe *.rt -f test.txt
reading lm_alpha_0_2100x8000000_bla.rt ...
128000000 bytes read, disk access time: 2.49 s
verifying the file ...
searching for 6 hashes ...
plaintext of c6a0a3e2c5f0d8fd is EAGLIAT
plaintext of 9b8c10b851fe4b9f is TTEST
plaintext of 6bc2b48fffa35de4 is FALUYRH
plaintext of e0c510199cc66abd is ABCDEFG
plaintext of ceeb0fa9f240c200 is TESTTES
cryptanalysis time: 17.72 s

reading lm_alpha_1_2100x8000000_bla.rt ...
128000000 bytes read, disk access time: 0.60 s
verifying the file ...
searching for 1 hash ...
cryptanalysis time: 5.20 s

reading lm_alpha_2_2100x8000000_bla.rt ...
128000000 bytes read, disk access time: 0.61 s
verifying the file ...
searching for 1 hash ...
cryptanalysis time: 4.99 s

reading lm_alpha_3_2100x8000000_bla.rt ...
128000000 bytes read, disk access time: 10.97 s
verifying the file ...
searching for 1 hash ...
cryptanalysis time: 5.11 s

reading lm_alpha_4_2100x8000000_bla.rt ...
128000000 bytes read, disk access time: 10.89 s
verifying the file ...
searching for 1 hash ...
cryptanalysis time: 5.18 s

statistics
                                                                                  • -
plaintext found: 5 of 6 (83.33%) total disk access time: 25.56 s total cryptanalysis time: 38.19 s total chain walk step: 15435216 total false alarm: 14729 total false alarm step: 11657351 username password
                                                                                  • -
nopass test TESTTESTTEST test2 ABCDEFG test3 FALUYRHEAGLIAT

やっぱ、早いなぁ。
解析結果はアルファベットはすべて大文字になり、パスワードが設定されていないと空白が表示される。解析できなかった部分はになる。
今回使用したのはアルファベットのみのテーブルなので「test2」のパスワードの前半部分は「!」が入っていて解析できないためになっとります。