hashcat Forum
insert a character after each character - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: insert a character after each character (/thread-7491.html)



insert a character after each character - plaverty9 - 05-10-2018

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?


RE: insert a character after each character - royce - 05-10-2018

Yep, that's pretty much the way to do it. Use hashcat's "--stdout" feature to test to see if it's working like you're expecting.


RE: insert a character after each character - SpencerCostanza - 05-25-2018

I was about to ask the same thing. Glad I came across this thread.