05-24-2021, 07:13 PM
(05-22-2021, 04:34 PM)B_Kchurc Wrote:Hi - read a bit about rules and dictionaries and want to start trying out some combinations.What I remember from my password is a combination dictionary word with some characters in between I hope I still remember correctly.I want to start with something like this (apple is just a word from the dictionary)apple#$^appleWith duplication (d) I can duplicate apple and append the in between bit (#!^) with $#$!$^ and then Trucate right with ] ] ]
So rules.txt would be:
d $#$!$^ ] ] ]
What should result in apple => apple#!^apple
./hashcat.bin -m15700 -D1 hash.txt dictionary.txt -r rules.txtIs this the right approach?After that I want to try more complex combinations likecapitalize, changing some letters in numbers etc..
Apple#!^apple
andApp1e#$^app1e
etc.
If you are interested in combining pieces of text, numbers and punctuation (in any order) have a look at comboleetor.pl. https://www.jimby.name/techbits/recent/comboleetor/
Code here: https://www.jimby.name/techbits/recent/c...or_2.1.tgz
Presentation here: https://www.jimby.name/techbits/recent/c...tation.pdf
Enjoy :-)