hashcat Forum
Prince attack mode unsupported - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Prince attack mode unsupported (/thread-6072.html)



Prince attack mode unsupported - freeroute - 11-27-2016

I tried hashcat mode 8 (it was prince attack at the version 2.), but said unsupported mode.
Is this mode deleted forever or maybe in the next version prince mode will be enabled?

Thanks in advance.


RE: Prince attack mode unsupported - atom - 11-27-2016

It's not compatible to the base/mod concept required for GPGPU, therefore there's no good reason to implement it.

The way to use it is to use the princeprocessor from here: https://github.com/hashcat/princeprocessor and pipe the output to hashcat, like this:

Code:
$ ./pp64.bin ... | ./hashcat ...

That is, using -a 0 (which is default) without setting a wordlist, to enter the stdin mode.