Passphrase make .rule
#1
Creating rule passwords helps me
I took the wordlist
===========input============
abcd
hello
good
hash
lady

===========makes============
abcd abcd
abcd hello
abcd good
abcd hash
abcd lady
hello abcd
hello good
hello hash
hello lady
vv........
abcd abcd hello
abcd abcd good
vv.......
abcd abcd abcd hello
abcd abcd abcd good
vv..........

Please Thank you.
Reply
#2
https://hashcat.net/wiki/doku.php?id=combinator_attack

if you want to add space, you can use the rule -j "$ " (or '$ ' or "\$ " on linux to escape the dollar).

This is actually not a "rule" but a different type of attack mode (-a 1).
Reply