hashcat Forum
Problem oclHashcat mask mode - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Problem oclHashcat mask mode (/thread-3797.html)



Problem oclHashcat mask mode - goniec52 - 10-30-2014

Hello.
I have such a problem with oclHashcat 1.21. I guess that in mask mode it verifies WPA/WPA2 passwords starting from ZZZZZZZZ to AAAAAAAA. I would like to set it in reverse order, I mean from AAAAAAAA to ZZZZZZZZ. This will speed up my counting. How can I deal with this problem?


RE: Problem oclHashcat mask mode - Rolf - 10-30-2014

I think it already increments from A to Z, but if you wanna be sure, then you could add an extra "-1 ABCDEFGHIJKLMNOPQRSTUVWXYZ" flag, and change the mask to be "?1?1?1?1?1?1?1?1".


RE: Problem oclHashcat mask mode - goniec52 - 11-01-2014

Super work .Thanks.