Rules rules rules!
#2
for a start, here is the article about rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack

The rules you need to accomplish what you are looking for are
  • the insert rule (i)
  • the prepend rule (^)

prepend rule is easy: reverse the word you want to prepend and then use the prepend rule for every character, ie ^d^1^@^m

the procedure for inserting a substring is very similar. You need to create an individual rule for every position you want to insert the substring like this:
i2D i2A i2L will insert "LAD" after the second character of the word.

After you've done that you need to create all needed combinations of the rules you have.


Messages In This Thread
Rules rules rules! - by paradoxNasha - 02-10-2018, 02:42 PM
RE: Rules rules rules! - by undeath - 02-10-2018, 02:52 PM
RE: Rules rules rules! - by paradoxNasha - 02-10-2018, 03:02 PM
RE: Rules rules rules! - by undeath - 02-10-2018, 07:10 PM