PRINCE creating dups
#5
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

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


Messages In This Thread
PRINCE creating dups - by forumhero - 01-08-2015, 07:47 PM
RE: PRINCE creating dups - by atom - 01-08-2015, 08:09 PM
RE: PRINCE creating dups - by forumhero - 01-08-2015, 08:14 PM
RE: PRINCE creating dups - by undeath - 01-09-2015, 01:48 AM
RE: PRINCE creating dups - by forumhero - 01-09-2015, 02:05 AM
RE: PRINCE creating dups - by atom - 01-09-2015, 11:48 AM
RE: PRINCE creating dups - by atom - 01-09-2015, 12:50 PM
RE: PRINCE creating dups - by forumhero - 01-09-2015, 07:00 PM