Insert Rules in oclhashcat-plus
#1
I know that there is a way to insert a special symbol or a character in a dictionary word using the insert rules such as:

Code:
i01
i12
i5#
and so on.

However, is there a way to insert more than one digit or a special symbol?

For instance, i1200, will this insert the number 200 after position 1 in the string?

Code:
word -> Velvet
after rule-> V200elvet

But it appears, I cannot do this using the rule mentioned above. What is a valid syntax for such a rule?
#2
Code:
i12i20i30
RTFM
#3
or you can use i10i10i12 i find it easy to edit large rule files this way Smile
#4
Interesting. Thank you.