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 [desc] Forum Replies Views Posted
    Thread: NVidia Pascal P100 announced
Post: RE: NVidia Pascal P100 announced

Ok, let's compare factory specs to factory specs then: Titan X - 3072 * 1215000000 = 3732480000000 Tesla P100 - 3584 * 1480000000 = 5304320000000 5304320000000 / 3732480000000 * 100 =~ 142.11 ...
epixoip Hardware 10 18,288 04-08-2016, 02:44 AM
    Thread: NVidia Pascal P100 announced
Post: RE: NVidia Pascal P100 announced

Well 1075 Mhz is the "Average Boost" not the "Max Boost." A stock, non-SC Titan X will run at 1215 Mhz when cracking with oclHashcat. And as you know FP16 etc are worthless for password cracking ;) ...
epixoip Hardware 10 18,288 04-08-2016, 04:44 PM
    Thread: Ocl + Cuda in parallel
Post: RE: Ocl + Cuda in parallel

You don't need OpenCL & CUDA in parallel to use both GPUs cooperatively, you just need to grab the latest oclHashcat beta or build from master. We dropped CUDA entirely, so now we use OpenCL on all de...
epixoip Old oclHashcat Support 2 4,247 04-08-2016, 05:23 PM
    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: Multi-CPU utilization for combinator attack on a modern GPU
Post: RE: Multi-CPU utilization for combinator attack on...

Hmm doesn't quite sound like you have a grasp on the issue. Are you talking about when piping combinator.bin from hashcat-utils into oclHashcat via stdin? If so, the issue isn't that it can't generate...
epixoip Old oclHashcat Support 4 6,847 04-06-2016, 11:50 PM
    Thread: NVidia Pascal P100 announced
Post: RE: NVidia Pascal P100 announced

Nope, I didn't miss the big bump in base clock. First, base clock is irrelevant. oclHashcat runs at the boost clock until it runs up against PowerMizer. Second, we run all of our Titan X at 1515 Mhz. ...
epixoip Hardware 10 18,288 04-07-2016, 12:01 AM
    Thread: Multi-CPU utilization for combinator attack on a modern GPU
Post: RE: Multi-CPU utilization for combinator attack on...

Candidates are not generated on the CPU, they are generated on the GPU. The only time this is not true is if using an external generator and piping into oclHashcat, in which case you need to add ampli...
epixoip Old oclHashcat Support 4 6,847 04-07-2016, 01:39 AM
    Thread: Sybase hash type
Post: RE: Sybase hash type

Just use oclhashcat beta with CPU OpenCL driver
epixoip Old hashcat Support 3 5,101 04-07-2016, 09:38 PM
    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