hashcat Forum

Full Version: Multiple times (Known Passwordpart + same number)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
i‘m searching to create a rule for a password structure like the following


The character part is known, only the numbers are unknown, but ich know that the number comes a few times during the passwords and is still the same.


Test111Test111Test111Test111
Test112Test112Test112Test112
Test113Test113Test113Test113
simplest approach would be a pregenerated wordlist for the first part word and number and combining this list with rules for pN Append duplicated word N times

you can utilize --stdout for the first part, take a look at this output
Code:
.\hashcat.exe --stdout -a3 Test?d?d?d
redirect this to a file and use dictionary attack with a proper rulefile like

rulefile.txt

Code:
:
p1
p2
p3
p4


this rules will do nothing or copy your fist part 1,2,3,4 times so max would be something like

test111test111test111test111test111test111