07-12-2018, 07:35 PM
(07-12-2018, 05:50 PM)plaverty9 Wrote: Try comparing your hash to the sample: https://hashcat.net/wiki/doku.php?id=example_hasheswell, for some reason i can't crack the word "hashcat" too :/, hashcat didn't found it in the wordlist, i will try again with a clean version of hashcat, maybe i did something wrong
Does your hash look like: $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6 (sample hash)
Try running that sample hash and see if it cracks with the cleartext being "hashcat"
(07-12-2018, 06:54 PM)undeath Wrote: i don't know what Y is, but bcrypt has its native salt encoded in the hash string. If you have an additional salt that is non-standard and you have to do non-standard things.
thanks, i will look for the algorithm used!