Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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...
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: 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...
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?
Is it iterating over binary or hex-encoded sha256? |
|
epixoip |
General Help
|
7 |
10,508 |
04-09-2016, 07:39 AM |
|
|
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: 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: 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 |