insert a character after each character
#1
I'm reading https://hashcat.net/wiki/doku.php?id=rule_based_attack and I see ipX, which seems kind of what I want, but I want to be able to tell it to do it after every character. Do I just need to write the rule out like 31 times? An example of what I'm looking for is like if I want to put a 1 after every character, so it checks: 
p1assword
pa1ssword
pas1sword
pass1word
etc

Do I just need to do i01, i11, i21, i31, i41, etc, all the way up to some length that I choose?


Messages In This Thread
insert a character after each character - by plaverty9 - 05-10-2018, 06:54 AM