hashcat Forum

Full Version: Insert Rules in oclhashcat-plus
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Code:
i12i20i30
RTFM
or you can use i10i10i12 i find it easy to edit large rule files this way Smile
Interesting. Thank you.