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: oclHashcat not working
Post: RE: oclHashcat not working

You cannot use oclHashcat with that GPU, it is far too old.
epixoip Old oclHashcat Support 11 20,061 01-03-2015, 05:03 PM
    Thread: oclHashcat not working
Post: RE: oclHashcat not working

You don't open it, you execute it. However, Nvidia dropped support for that GPU long ago, so there's no point in executing that file.
epixoip Old oclHashcat Support 11 20,061 01-03-2015, 05:13 PM
    Thread: HashcatGUI v0.27 Released
Post: RE: HashcatGUI v0.27 Released

then get a better antivirus program. or better yet, don't use one at all.
epixoip User Contributions 6 20,060 03-09-2013, 07:57 AM
    Thread: PLEASE HELP!_MASK with 8-20 abcABC123...
Post: RE: PLEASE HELP!_MASK with 8-20 abcABC123...

Subcortex Wrote: (11-25-2015, 05:47 AM) -- So please bann me, hahahaha :-p -- Ok, done.
epixoip Old hashcat Support 14 20,033 11-25-2015, 06:22 AM
    Thread: We NEED your help!
Post: RE: We NEED your help!

maybe use a string instead of an integer. use standard names for the well-known algorithms (raw-md5, md5crypt, etc), and come up with a logical naming convention for the lesser-known algorithms (like ...
epixoip General Help 10 20,016 09-22-2013, 10:45 PM
    Thread: We NEED your help!
Post: RE: We NEED your help!

bash completion would be awesome
epixoip General Help 10 20,016 09-23-2013, 03:26 AM
    Thread: Make Wordlist
Post: RE: Make Wordlist

keyspace is 16^16... you would need 313,594,649,253,062,377,472 bytes of storage to make a wordlist out of that, and about would take about 57690425 days to generate. good luck.
epixoip General Talk 6 20,005 08-22-2013, 12:59 AM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

if you looked at your Xorg log you would see that the nouveau driver is called "nv," not "nouveau." all you need to do is stop x11 and rmmod nv.
epixoip Very old oclHashcat-lite Support 9 19,937 04-26-2013, 07:17 PM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

"rmmod nv" is the command that you run. you can blacklist it if you wish, but that won't help if it's already loaded. the page says it requires 310.32 or later, and you have 310.44, so you're fine.
epixoip Very old oclHashcat-lite Support 9 19,937 04-26-2013, 08:15 PM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

looks like you forgot to tell the program your birthday.
epixoip General Help 13 19,901 12-30-2014, 11:42 PM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

yes, replace the bold with your birthday in hexadecimal form
epixoip General Help 13 19,901 12-31-2014, 01:10 AM
    Thread: R9 290X Overheating
Post: RE: R9 290X Overheating

hm, looking at your log it doesn't seem that your fans are actually at 100% before hashcat starts. fan speed is at 15% until the temp hits 80C, then doesn't hit 100% until 86C. by that time, the cooli...
epixoip Old oclHashcat Support 7 19,900 09-29-2014, 03:49 AM
    Thread: R9 290X Overheating
Post: RE: R9 290X Overheating

The hash rate has gone down because the clock is throttling due to the heat. It seems that the problem is that the 290X is supposed to be a Powertune 2.0 GPU, but a lot of OEMs are not fully implem...
epixoip Old oclHashcat Support 7 19,900 09-29-2014, 05:11 AM
    Thread: R9 290X Overheating
Post: RE: R9 290X Overheating

ciphercodes Wrote: (09-29-2014, 03:05 AM) -- This is a brand new card and looks like it has sufficient cooling. I do not experience this issue while playing games or running other benchmark stress te...
epixoip Old oclHashcat Support 7 19,900 09-29-2014, 03:17 AM
    Thread: hashcat keeps ending with "killed", what am I doing wrong?
Post: RE: hashcat keeps ending with "killed", what am I ...

Yeah, you're running up against the kernel OOM killer. I know what you're working on, and you're trying to load 36,150,089 salts. You likely do not have anywhere near enough RAM for that (you need aro...
epixoip Old hashcat Support 12 19,853 08-29-2015, 12:48 AM
    Thread: hashcat keeps ending with "killed", what am I doing wrong?
Post: RE: hashcat keeps ending with "killed", what am I ...

DyOS Wrote: (08-31-2015, 10:45 PM) -- how can I tell hashcat to only load X hashes? -- man 1 split
epixoip Old hashcat Support 12 19,853 09-01-2015, 06:48 PM
    Thread: oclHashcat v1.32
Post: RE: oclHashcat v1.32

It's also important to note that the thread deadlock bug that affected many of us also seems to be resolved now. EDIT: Just kidding. It doesn't.
epixoip Old oclHashcat Announcements 6 19,700 01-15-2015, 07:06 PM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

your command does not do what you think it does. stdin mode implies wordlist attack. if you specify -a 3 it will ignore stdin, and you'll just be doing a mask attack with the default mask and threshol...
epixoip General Help 13 19,607 03-16-2015, 10:19 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

maskprocessor is fine, you just wouldn't specify -a or -t. using the example command above, correct syntax would be: Code: -- mp64.bin -q 3 -r 4 ?d?d?d?d?d?d?d?d?d?d | cudaHashcat64.bin -m 2500 ...
epixoip General Help 13 19,607 03-17-2015, 03:40 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

maskprocessor doesn't support markov, but statsprocessor does. However, statsprocessor does not support -q/-r. You can open a ticket on Trac to request adding -q/-r support to statsprocessor.
epixoip General Help 13 19,607 03-18-2015, 08:48 AM