Problem oclHashcat mask mode
#1
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?
#2
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".
#3
Super work .Thanks.