05-22-2021, 04:34 PM
(This post was last modified: 05-22-2021, 04:44 PM by B_Kchurc.
Edit Reason: changed typo
)
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#$^apple
With 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.txt
Is this the right approach?
After that I want to try more complex combinations like
capitalize, changing some letters in numbers etc..
Apple#!^apple
and
App1e#$^app1e
etc.