12-22-2018, 04:37 AM
I am using this command to crack password.
hashcat.exe -m 2500 -a3 capture.hccapx ?d?d?d?d?d?d?d?d
If I want to add a combine password, example dictionary.txt contain word "john", "alex", "bong“
I want the generated password as
john5523
johnbong2365
alex3235bong
98bong23
How do I edit the command above?
hashcat.exe -m 2500 -a3 capture.hccapx ?d?d?d?d?d?d?d?d
If I want to add a combine password, example dictionary.txt contain word "john", "alex", "bong“
I want the generated password as
john5523
johnbong2365
alex3235bong
98bong23
How do I edit the command above?