Cracking bcrypt hash using brute force mode
#1
Shocked 
Hello I'm very new to this
I'm trying to crack a 4 letter password (bcrypt hash) with the possibility of containing noncapital, capital letters and numbers 
example: FvL6, wm4n
This is the cmd I ran 
hashcat64.exe -m 3200 -a 3 -w 2 --custom-charset1=?l?u?d -i --increment-min 4 --increment-max 4 Ha123.txt ?a?a?a?a -o Cracked.txt
But estimated time was not practical. It was wondering if I'm doing something wrong.
Thank you for helping me and hopefully, my post isn't breaking any rules.
Reply


Messages In This Thread
Cracking bcrypt hash using brute force mode - by Justonthis - 05-10-2020, 06:36 AM