Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Insert Rules in oclhashcat-plus
06-17-2012, 09:22 AM
Post: #1
Insert Rules in oclhashcat-plus
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?
Find all posts by this user
Quote this message in a reply
06-17-2012, 09:39 AM
Post: #2
RE: Insert Rules in oclhashcat-plus
Code:
i12i20i30
RTFM
Find all posts by this user
Quote this message in a reply
06-17-2012, 09:46 AM
Post: #3
RE: Insert Rules in oclhashcat-plus
or you can use i10i10i12 i find it easy to edit large rule files this way Smile
Find all posts by this user
Quote this message in a reply
06-17-2012, 10:15 AM
Post: #4
RE: Insert Rules in oclhashcat-plus
Interesting. Thank you.
Find all posts by this user
Quote this message in a reply
Post Reply