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 [asc] Posted
    Thread: Another cuModuleLoad() 209 error thread...
Post: RE: Another cuModuleLoad() 209 error thread...

yep, cuda dropped support for sm_10, tried loading the kernel as sm_11, and that failed. gpu is simply too old.
epixoip Old oclHashcat Support 5 12,126 10-13-2014, 02:17 PM
    Thread: Another cuModuleLoad() 209 error thread...
Post: RE: Another cuModuleLoad() 209 error thread...

that thread you linked to is from almost 3 years ago. sm_10 was dropped in cuda 6.0, and the rest of sm_1x are being dropped in 6.5. see https://hashcat.net/forum/thread-3641.html
epixoip Old oclHashcat Support 5 12,126 10-13-2014, 07:41 PM
    Thread: Cant Output Cracked Password with Null Character
Post: RE: Cant Output Cracked Password with Null Charact...

ah, yeah, that's a tricky one since strings are null-terminated in C. it's a relatively easy fix, though. please open a ticket in trac.
epixoip Very old oclHashcat-plus Support 5 12,120 02-08-2013, 09:41 PM
    Thread: Cant Output Cracked Password with Null Character
Post: RE: Cant Output Cracked Password with Null Charact...

trac may not still be up after the db crashed the other day, i am not sure its status. unfortunately there's no way to bypass this, the padding cannot be ignored. the 16 character limitation (which i...
epixoip Very old oclHashcat-plus Support 5 12,120 02-08-2013, 10:39 PM
    Thread: Cant Output Cracked Password with Null Character
Post: RE: Cant Output Cracked Password with Null Charact...

cyphear Wrote: (02-08-2013, 10:47 PM) -- Bummer, but I appreciate the help. Seems like extending this limit would be good. I dont see this actually happening, but admins could use unicode encoding...
epixoip Very old oclHashcat-plus Support 5 12,120 02-08-2013, 11:24 PM
    Thread: Incrementing Brute Force Attack?
Post: RE: Incrementing Brute Force Attack?

GTX 970 has decent Perf/Watt ratio. For incremental brute force, look at https://hashcat.net/wiki/doku.php?id=mask_attack You're not going to be able to brute force past 9 characters, let alone 3...
epixoip Old oclHashcat Support 4 12,087 01-01-2015, 07:30 AM
    Thread: Incrementing Brute Force Attack?
Post: RE: Incrementing Brute Force Attack?

If you have more than one hash you probably won't be able to brute force past length 5 or 6. Depending on exactly how many unique salts you have, you may not be able to do any of the things rsberzerk...
epixoip Old oclHashcat Support 4 12,087 01-01-2015, 09:16 AM
    Thread: Help with R9 290 WPA speed
Post: RE: Help with R9 290 WPA speed

everything you described is exactly what i talked about in my first review of the 290X. you really need to be running 13.12. also, use od6config (https://epixoip.github.io/od6config/) to configure ...
epixoip Old oclHashcat Support 5 12,078 01-03-2014, 10:47 PM
    Thread: Help with R9 290 WPA speed
Post: RE: Help with R9 290 WPA speed

there's some patch you have to apply to Catalyst to make it compile on Ubuntu 13.10 and other distributions with newer kernels. i don't have a link to that patch, but i'm sure someone on here does. bu...
epixoip Old oclHashcat Support 5 12,078 01-03-2014, 11:37 PM
    Thread: append a WORD in rules..
Post: RE: append a WORD in rules..

This is what the combinator attack is designed for, but you can use rules if you really want to. The way you identified using single-char append is the only way to do it.
epixoip Old hashcat Support 7 12,046 03-02-2015, 12:48 PM
    Thread: Lowering FSB Increases WPA2 Speed
Post: RE: Lowering FSB Increases WPA2 Speed

I'll also further go on to state that there is absolutely no correlation between FSB speed and GPU speed. The GPU is a separate device that runs independent of the host system, only sharing the PCI-e ...
epixoip Old oclHashcat Support 5 12,029 10-28-2014, 04:08 PM
    Thread: Lowering FSB Increases WPA2 Speed
Post: RE: Lowering FSB Increases WPA2 Speed

Literally impossible. WPA kernel in oclHashcat is ~ 14000000 instructions. You haven't posted your clock speed, so I am assuming a stock 1000 Mhz core clock. 2048 cores * 1000000000 Hz / 14000000 inst...
epixoip Old oclHashcat Support 5 12,029 10-28-2014, 03:59 PM
    Thread: Lowering FSB Increases WPA2 Speed
Post: RE: Lowering FSB Increases WPA2 Speed

Tiesto Wrote: (10-31-2014, 12:34 PM) -- My APIC is disabled in bios or whaterver its called -- I think you are confusing ACPI for APIC. Same letters, different things. Tiesto Wrote: (10-31-20...
epixoip Old oclHashcat Support 5 12,029 10-31-2014, 10:11 PM
    Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?

Quote: -- cat md5.txt|sort|uniq|wc -l -- i will stab you. Quote: -- sort -u md5.txt | wc -l --
epixoip Very old oclHashcat-plus Support 7 12,024 03-29-2013, 09:28 PM
    Thread: Wrong number of total hashes ?
Post: RE: Wrong number of total hashes ?

it solves the problem of stringing together a ton of redundant commands. that awk one-liner is hideous.
epixoip Very old oclHashcat-plus Support 7 12,024 03-30-2013, 03:30 AM
    Thread: problem with ati mobility radeon hd4570
Post: RE: problem with ati mobility radeon hd4570

no, old versions are timebombed. suck it up and buy a new gpu.
epixoip Very old oclHashcat-lite Support 3 12,021 08-25-2013, 06:12 AM
    Thread: hashcat manual
Post: RE: hashcat manual

too bad that was three years ago.
epixoip Old hashcat Support 3 12,009 07-04-2014, 12:45 AM
    Thread: Possible minor bug in OclHashcat-Plus
Post: RE: Possible minor bug in OclHashcat-Plus

if this is a bug, it's likely a bug in the driver or ADL. hashcat just reports what the driver reports. so there's not really anything that can be done in hashcat to fix this. have you tried withou...
epixoip Very old oclHashcat-plus Support 6 12,003 08-16-2013, 05:32 PM
    Thread: tutorial on using cuda hashcat64
Post: RE: tutorial on using cuda hashcat64

The error in your screenshot is from your operating system, not hashcat. You might want to find a Windows tutorial before looking for a hashcat tutorial.
epixoip Old oclHashcat Support 4 11,991 04-19-2015, 11:30 PM
    Thread: Pipe is -very- slow
Post: RE: Pipe is -very- slow

You're running a straight dictionary attack against a fast hash, so it is impossible to gain GPU acceleration as you do not have an amplifier. You then made an already-slow attack even slower by using...
epixoip General Help 7 11,970 12-03-2015, 12:46 AM