Insert Rules in oclhashcat-plus - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Insert Rules in oclhashcat-plus (/thread-1300.html) |
Insert Rules in oclhashcat-plus - NeonFlash - 06-17-2012 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 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 But it appears, I cannot do this using the rule mentioned above. What is a valid syntax for such a rule? RE: Insert Rules in oclhashcat-plus - RTFM - 06-17-2012 Code: i12i20i30 RE: Insert Rules in oclhashcat-plus - legion - 06-17-2012 or you can use i10i10i12 i find it easy to edit large rule files this way RE: Insert Rules in oclhashcat-plus - NeonFlash - 06-17-2012 Interesting. Thank you. |