Will I encounter an overflow with this command ?
#1
Hey hello everyone Smile


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
, how do I restore it ?

Thank you.
Reply


Messages In This Thread
Will I encounter an overflow with this command ? - by Raoul - 09-03-2021, 06:11 PM