03-23-2022, 02:27 PM
(03-22-2022, 03:00 PM)Snoopy Wrote: there is actual no mode (i think) in hashcat supporting this style of hash
Actually, I found some examples here.
This one for instance.
Code:
7400 sha256crypt $5$, SHA256 (Unix) 2 $5$rounds=5000$GX7BopJZJxPc/KEK$le16UF8I2Anb.rOrn22AUPWvzUETDGefUmAV8AZkGcD
And I tried it like this:
Code:
$6$rounds=20$salt$hash
I already cloned the source code and I'll try to figure it out or maybe add a new method that let me crack such hashes.
(03-22-2022, 03:00 PM)Snoopy Wrote: EDIT: btw i think you mean nul or null not nil right?
No, I mean exactly nil. This is Ruby.
![Smile Smile](https://hashcat.net/forum/images/smilies/smile.gif)
Code:
[2] pry(main)> 1 == nil
=> false
[3] pry(main)> nil.nil?
=> true
[4] pry(main)> nil.present?
=> false