11-29-2019, 04:46 PM
(11-29-2019, 03:30 PM)philsmd Wrote: 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
Ah once again you've come to the rescue. Thank you again! I spent ages trying to find something for rule specific creation but just couldn't figure it out because of all the historical hashcat info about masks. Thanks!