Prince attack mode unsupported
#1
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.
#2
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.