rule creation with special characters (utf8 issue?)
#2
Hashcat added support for hexadecimal notation in rules too (see https://github.com/hashcat/hashcat/commi...b65f8bf4eb)

for instance if the utf 8 character £ (\xc2\xa3) has to be added, it would be just be a rule adding 2 bytes like this:

Code:
$\xc2 $\xa3
Reply


Messages In This Thread
RE: rule creation with special characters (utf8 issue?) - by philsmd - 11-29-2019, 03:30 PM