Mask code?
#1
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
Reply
#2
Yes, define charset ABCD...Z (except I, O) via -1 ABC...Z and then call ?1
Reply