Resolve hash with multi-byte symbols
#1
Dear community,
I'm trying to brute force a NTLM hash (-a 3 -m 1000) of a password with inside a pound symbol (£). I've read a lot about it, and I know that being a multi-byte symbol I can use a HEX custom charset and a mask, knowing the exact position of the symbol inside the password. For example, if the symbol is in the first position, I can define 2 custom charsets (i.e. -1 c2 -2 a3) and a mask (?1?2....) to brute force the hash. However...how can I do if I don't know the exact position of the £ symbol inside the password? Is there a solution?
Thanks in advance!
Reply


Messages In This Thread
Resolve hash with multi-byte symbols - by Lg33 - 01-15-2022, 02:40 PM