01-09-2015, 02:05 AM
Perhaps I've misunderstood the hashcat status but I thought the 113986 number is total words in the wordlist? It would appear the integrated prince produced more chains than standalone version.
integrated prince = 113986
standalone prince = 5638
integrated prince = 113986
standalone prince = 5638
Code:
forumhero@cpx1:~$ cat md5.test.hash
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
forumhero@cpx1:~$ cat example.dict
my
password
is
the
best
forumhero@cpx1:~$ pp64.bin < example.dict | wc -l
5638
forumhero@cpx1:~$ hashcat-0.49/hashcat-cli64.bin -a 6 md5.test.hash example.dict
Initializing hashcat v0.49 with 8 threads and 32mb segment-size...
Added hashes from file md5.test.hash: 1 (1 salts)
Activating quick-digest mode for single-hash
NOTE: press enter for status-screen
Input.Mode: Dict (example.dict)
Index.....: 0/1 (segment), 113986 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 0/113986 (0.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Thu Jan 8 15:32:13 2015
Stopped: Thu Jan 8 15:32:14 2015