Issue with Prince Processor Failing on Non-MD5 Hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: Issue with Prince Processor Failing on Non-MD5 Hashes (/thread-12137.html) |
Issue with Prince Processor Failing on Non-MD5 Hashes - C0nstantine - 09-01-2024 I've been encountering an issue trying to pipe prince processor with hashcat. It seems to work fine when cracking an md5 hash. But when I try and .22000 I get the following error: Code: Program 'pp64.exe' failed to run: Array dimensions exceeded supported range. At line:1 char:1 I've been using the following command below: Code: C:\Users\Username\Desktop\hashcat-6.2.6\princeprocessor-0.22\pp64.exe "C:\Users\Username\Desktop\Hashes and Caps\hashes\yourhashfile.hc22000" | C:\Users\Username\Desktop\Wordlists\yourwordlist.txt | C:\Users\Username\Desktop\hashcat-6.2.6\hashcat.exe -O Is there something I'm missing? Any help would be appreciated; it's been fun to play around with. RE: Issue with Prince Processor Failing on Non-MD5 Hashes - lapsikmees - 09-01-2024 pp64 < "yourwordlist.txt" | hashcat command RE: Issue with Prince Processor Failing on Non-MD5 Hashes - C0nstantine - 09-01-2024 (09-01-2024, 09:50 AM)lapsikmees Wrote: pp64 < "yourwordlist.txt" | hashcat command Please excuse my confusion but I've been doing that exact output and still get the error above. I'm not exactly sure what I'm missing RE: Issue with Prince Processor Failing on Non-MD5 Hashes - lapsikmees - 09-01-2024 https://hashcat.net/wiki/doku.php?id=princeprocessor RE: Issue with Prince Processor Failing on Non-MD5 Hashes - lapsikmees - 09-06-2024 Please give full command you use without hash. |