rule creation with special characters (utf8 issue?)
#1
Trying to get a custom rule working for cracking some longer passwords that we've noticed a pattern in:

Namely: word digit digit digit special word-repeated

so came up with the series of rules that look similar to: 


Code:
$1$2$3$£d]]]]

Problem is I'm over in the UK. We use £ and sometimes the euro symbol too. So when trying to use this rule you get:

Code:
Skipping invalid or unsupported rule in file test.rule on line 1: $1$2$3$£d]]]]

How do you utilise utf-8 characters as part of your rule construction?
Reply


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