Table attack support
#1
Any plans for adding support to cudaHashcat for Table-attack? I really want to dump JtR and that is pretty much the last thing that is holding me back. Unless someone has another way that I'm overlooking.
#2
./hashcat-cli -a 5 --stdout | ./cudaHashcat

Or just use the rule engine to emulate a table attack.
#3
Thanks!