How to crack a bcrypt hash with salt?
#2
hashcat detects and uses the salt automatically. Simply pass the hash it on the command line (may need to single-quote the dollar signs). It's mode 3200 (unless it's a nested hash of some kind). So hashcat -m 3200 'hash', along with what attack you want (straight wordlist (-a 0) is probably what you'd want with a slow hash)
~
Reply


Messages In This Thread
RE: How to crack a bcrypt hash with salt? - by royce - 03-02-2022, 12:38 AM