01-25-2022, 09:27 PM
(01-25-2022, 08:59 PM)Banaanhangwagen Wrote: The pound-symbol consists of two bytes in UTF-8, namely 0xC2A3. Take a look at this: https://www.utf8-chartable.de/
You can crack this character by using ?b?b in your mask, or by using --hex-charset -1 C2 -2 A3 ?1?2
Thanks for the reply,
Can you show me the syntax for this please .
Kev