Rules rules rules!
#3
(02-10-2018, 02:52 PM)undeath Wrote: 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.

Thanks for your explanation - I'd read the rules based attack page, but it didn't provide much beyond listing what it can do. You've made it sound pretty simple... Albeit tedious when you don't know where things should go (shouldnt have forgotten my password.....)

How many permutations is feasible with current CPU hardware (as i own AMD GPU's which won't work for Eth)?


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