Mac OS X 10.6 sha1 decrytion - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Mac OS X 10.6 sha1 decrytion (/thread-5905.html) |
Mac OS X 10.6 sha1 decrytion - dogman - 09-27-2016 Hey guys! I try to decrypt a mac os x password hash. I've got it via: Code: dscl localhost -read /Search/Users/username | grep GeneratedUID | cut -c15- hascats starts but I'm don't think it's doing something: Code: hashcat () starting... Does is compute? I don't hear the gnu running (as I do hear it while working) I tried the NTLM as well, but it does not work as well: Code: Session.Name...: NTLM I don't anything about the password except that it's pretty long and I except it to be pretty complex. RE: Mac OS X 10.6 sha1 decrytion - Xanadrel - 09-28-2016 Reminder that there is no "decryption" for a hash. Then you're not telling hashcat what to do, so it's waiting for input (something that can be easily spotted with "Starting attack in stdin mode..." or "Input.Mode.....: Pipe"). Check the usage and the --help for the syntax to use and options available for the attack you want to do. PS: Do not post hashes, it is against the forum rules. |