Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [desc]
    Thread: OSX 10.10 hash
Post: OSX 10.10 hash

I've been following this (https://web.archive.org/web/20140703020831/https://www.michaelfairley.co/blog/2014/05/18/how-to-extract-os-x-mavericks-password-hash-for-cracking-with-hashcat/) guide to get t...
roggerx Old hashcat Support 7 12,556 04-15-2016, 08:18 PM
    Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash

epixoip Wrote: (04-15-2016, 08:25 PM) -- Looks like you have some garbage characters before the start of the hash?  hash.txt needs to be a plain ascii text file with no encoding, and only the hash i...
roggerx Old hashcat Support 7 12,556 04-16-2016, 09:50 AM
    Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash

I'm currently looking into experimenting with mask attack.  I'm reading the wiki right now and have a few questions . Would the command  Code: -- command: -a 3 -1 ?l?d ?1?1?1?1?1 -- be used fo...
roggerx Old hashcat Support 7 12,556 04-16-2016, 04:14 PM
    Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash

Thanks! So if I do something like this Code: -- hashcat-cli64.exe -m 7100 -a 3 --increment --increment-min 4 --increment-max 10 -output-file=cracked.txt --remove hash.txt -1 ?l?d ?1?1?1?1?1 -- i...
roggerx Old hashcat Support 7 12,556 04-17-2016, 12:07 AM
    Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash

undeath Wrote: (04-17-2016, 12:26 AM) -- no, it would throw a syntax error because you're missing a dash in front of "output-file". After you fix that it will run 4-5 length because that's where your...
roggerx Old hashcat Support 7 12,556 04-17-2016, 11:17 AM