hashcat Forum

Full Version: Prince attack mode unsupported
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.