Mask code? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Mask code? (/thread-9623.html) |
Mask code? - Citadel - 11-08-2020 Hi guys. I'm trying to use hashcat on a specific WPA2 handshake for a SKY Q router. The passwords that sky generate for these have all letters in uppercase with the exception of I and O What would the command be for this mask? originally I was using crunch to pipe it into hashcat but it was taking way too long and I couldn't save the session I'm sure its something like the below? any ideas? hashcat -m 2500 -a 3 -o OUTPUT NAME -1 ABC cap.hccapx ?l?l?l?l?l?l?l?l?l RE: Mask code? - Mem5 - 11-08-2020 Yes, define charset ABCD...Z (except I, O) via -1 ABC...Z and then call ?1 |