09-03-2021, 06:11 PM
Hey hello everyone
I'm trying to reverse a bcrypt hash running this :
Will this create an overflow when trying 10+ characters ? If so, how to prevent this ?
I'm also a bit confused with the, how do I restore it ?
Thank you.
I'm trying to reverse a bcrypt hash running this :
Code:
hashcat -a 3 -m 3200 /path/to/hash.txt -o /path/to/plain.txt --session 1 -1 '?l?u?d!_@' -i --increment-min=6 --increment-max=14 --hwmon-temp-abort=95 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1
Will this create an overflow when trying 10+ characters ? If so, how to prevent this ?
I'm also a bit confused with the
Code:
--session 1
Thank you.