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: Mask generator not working?
Post: RE: Mask generator not working?

Is it iterating over binary or hex-encoded sha256?
epixoip General Help 7 10,508 04-09-2016, 07:39 AM
    Thread: First Time User - MD5 Help ("Updating" password w/ digits)
Post: RE: First Time User - MD5 Help ("Updating" passwor...

You have two problems here. First problem, the input data is way too long, oclHashcat does not support input of that length. Second problem, you can't math. Your keyspace isn't 145*38, it's 145...
epixoip Old oclHashcat Support 6 8,587 04-09-2016, 09:17 PM
    Thread: Mask generator not working?
Post: RE: Mask generator not working?

The best way to handle this would be to add a new mode that can do iterated sha256. If it were binary I'd say base it off of 7400, but since it's hex you'll have to do a bit more work. Would probably ...
epixoip General Help 7 10,508 04-09-2016, 09:50 PM
    Thread: First Time User - MD5 Help ("Updating" password w/ digits)
Post: RE: First Time User - MD5 Help ("Updating" passwor...

hashcat and oclHashcat are optimized for short inputs, like passwords, and thus only implement a single MD5 block (55 bytes.) You are wanting to hash 434 bytes, so you need a generic multiblock implem...
epixoip Old oclHashcat Support 6 8,587 04-09-2016, 10:31 PM
    Thread: NVidia Pascal P100 announced
Post: RE: NVidia Pascal P100 announced

It certainly does matter what Titan X shows under hashcat because this is the hashcat forums and how the card performs under hashcat is all we care about... Anyway I think you're crazy, 50% is way...
epixoip Hardware 10 18,288 04-10-2016, 07:26 AM
    Thread: First Time User - MD5 Help ("Updating" password w/ digits)
Post: RE: First Time User - MD5 Help ("Updating" passwor...

No it would be... oh for fucks sake, how did I fuck that up? Yes you're correct, it would indeed be 38^145. Ugh that's like the second "correct but details are wrong" answer I've given in two weeks, I...
epixoip Old oclHashcat Support 6 8,587 04-11-2016, 05:49 PM
    Thread: Tesla K80 benchmark
Post: RE: Tesla K80 benchmark

Since you're new here I'll give you a polite warning about reviving old threads. Also if you bothered to read this thread, you'd know that you should not be using Teslas for password cracking. The...
epixoip Old oclHashcat Support 4 22,187 04-12-2016, 02:57 AM
    Thread: office2hashcat.py strange output
Post: RE: office2hashcat.py strange output

The document is not encrypted, just password protected, so there's nothing for oclHashcat to crack. You can either just remove the password and open the document, or XOR the password to un-obfuscate i...
epixoip General Talk 3 6,102 04-12-2016, 06:53 AM
    Thread: Question on hardware lifespan
Post: RE: Question on hardware lifespan

If you choose the right GPU and follow all the advice we've provided here in the Hardware forum over the years, your card should last a good long while.
epixoip Hardware 4 6,453 04-13-2016, 04:49 AM
    Thread: ATI Mobility Radeon HD 5450
Post: RE: ATI Mobility Radeon HD 5450

For your first error, it sounds like you just needed to regenerate your xorg.conf. For your second "error"... The instructions in the wiki are for a headless server. You aren't meant to login to X...
epixoip Old oclHashcat Support 11 16,909 04-14-2016, 05:33 AM
    Thread: ATI Mobility Radeon HD 5450
Post: RE: ATI Mobility Radeon HD 5450

If clinfo failed then you probably didn't have the appropriate environment variables set correctly. Maybe you dropped them in .bashrc but hadn't yet sourced that file.
epixoip Old oclHashcat Support 11 16,909 04-14-2016, 06:30 AM
    Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash

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 itself should be in the file.
epixoip Old hashcat Support 7 12,569 04-15-2016, 08:25 PM
    Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash

The options you provided would search for loweralphanumeric passwords that are exactly five characters long. With these options, hashcat will run until it either finds the password, or has exhausted t...
epixoip Old hashcat Support 7 12,569 04-16-2016, 06:41 PM
    Thread: Triple Dictionary Attack
Post: RE: Triple Dictionary Attack

No but if the dictionaries are small enough you could pre-process the 2-word combinations then run -a 1 -k ^-
epixoip General Help 1 3,575 04-17-2016, 09:25 PM
    Thread: Support for Nvidia GeForce 9300M GS
Post: RE: Support for Nvidia GeForce 9300M GS

Nvidia no longer supports your GPU, that's what the error message is trying to tell you. You can't change the version of your shader model, that version is simply describing the physical capabilities ...
epixoip Old oclHashcat Support 7 8,013 04-17-2016, 09:34 PM
    Thread: Support for Nvidia GeForce 9300M GS
Post: RE: Support for Nvidia GeForce 9300M GS

Doesn't make any sense that it would be faster under vmware, what version are you using? No, your 9300M likely isn't faster than your CPU.
epixoip Old oclHashcat Support 7 8,013 04-17-2016, 11:08 PM
    Thread: Support for Nvidia GeForce 9300M GS
Post: RE: Support for Nvidia GeForce 9300M GS

Don't use hashcat, use latest oclHashcat beta with CPU OpenCL driver
epixoip Old oclHashcat Support 7 8,013 04-18-2016, 07:18 AM
    Thread: Help me!!!
Post: RE: Help me!!!

Your GPU is too old and Nvidia no longer supports it. You need to upgrade your GPU.
epixoip General Help 2 4,301 04-18-2016, 06:39 PM
    Thread: Incremental Mask Attack
Post: RE: Incremental Mask Attack

You would use an hcmask file for that.
epixoip Old hashcat Support 1 5,134 04-20-2016, 09:08 AM
    Thread: office2hashcat.py error
Post: RE: office2hashcat.py error

Cool, any chance you can create a PR for office2hashcat.py on github?
epixoip General Help 8 13,074 04-20-2016, 09:18 AM