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 [desc] Author Forum Replies Views Posted
    Thread: Can´t get all gpus work
Post: RE: Can´t get all gpus work

export DISPLAY=:0
epixoip Very old oclHashcat-lite Support 9 17,417 01-03-2013, 01:29 PM
    Thread: Candidate definition
Post: RE: Candidate definition

I think there is some gross confusion here. "Candidates" just means these are the keys that are currently being tested. It doesn't mean they are keys that have been cracked, those will be written to y...
epixoip hashcat 9 13,199 06-26-2017, 08:50 AM
    Thread: cannot decrypt -_- why ?
Post: RE: cannot decrypt -_- why ?

Quote: -- Input.Mode.....: Pipe -- ^ That's why. Read the output of --help, read the wiki. Figure out how to use the program. Also, do not post hashes.
epixoip Old oclHashcat Support 1 3,379 07-05-2015, 10:29 AM
    Thread: Cannot get it to work with salt
Post: RE: Cannot get it to work with salt

if you're going to specify the salt in hex, then you need use --hex-salt. otherwise, just use 80439F84D16111C24A7748F40B95F12696FB545B:foosalt
epixoip Old oclHashcat Support 3 6,242 04-10-2014, 02:22 AM
    Thread: Cannot remove a hash
Post: RE: Cannot remove a hash

Code: -- cut -d: -f4 fgdump_file >ntlm.txt -- or if you want to preserve usernames, Code: -- awk -F: '{print $1 ":" $4}' fgdump_file >ntlm.txt -- and use --username
epixoip Old oclHashcat Support 4 9,957 11-12-2014, 07:15 AM
    Thread: Cannot run cudaHashcat-1.30 - nvcuda.dll error
Post: RE: Cannot run cudaHashcat-1.30 - nvcuda.dll error

yes, that is your problem. forceware is the name of the proprietary nvidia graphics driver. download it from https://www.geforce.com/drivers
epixoip Old oclHashcat Support 2 8,898 09-04-2014, 04:05 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: cap2hccap — it's malware...
Post: RE: cap2hccap — it's malware...

what precisely is leading you to conclude it's malware...? especially when the source is available?
epixoip Very old oclHashcat-plus Support 8 13,855 04-22-2013, 04:31 AM
    Thread: cap2hccap — it's malware...
Post: RE: cap2hccap — it's malware...

so that you know, all that your debugger was telling you was that umengx86.dll was loaded by the current process, along with a few other shared libraries. there was nothing to indicate that anything w...
epixoip Very old oclHashcat-plus Support 8 13,855 04-22-2013, 04:49 PM
    Thread: Capitalize with mode 6
Post: RE: Capitalize with mode 6

Use -j/-k not -r
epixoip Old oclHashcat Support 5 8,266 05-25-2016, 08:51 AM
    Thread: Capitalize with mode 6
Post: RE: Capitalize with mode 6

It sounded like you wanted '-j T0', '-j c', or '-j u', not '-j C', but yeah, sure.
epixoip Old oclHashcat Support 5 8,266 05-25-2016, 09:01 AM
    Thread: Cards not cracking at the same speed
Post: RE: Cards not cracking at the same speed

wrong, R9 290 has a default target temp of 95C, and no amd gpu has a builtin "emergency shutdown" of 90C. mothix, your temps are just fine. the problem is your target temp is set to 87, which means...
epixoip Old oclHashcat Support 9 14,250 08-13-2014, 04:13 AM
    Thread: Cat 13.11b1 (linux)
Post: RE: Cat 13.11b1 (linux)

perhaps reported speed for those algorithms should be a double float ;)
epixoip Beta Tester 4 5,554 10-13-2013, 11:03 PM
    Thread: Cat Omega
Post: RE: Cat Omega

Mmm, but you're on VLIW5 not GCN.
epixoip Old oclHashcat Support 12 19,195 12-16-2014, 04:17 AM
    Thread: Cat Omega
Post: RE: Cat Omega

oclHashcat releases are tied to specific Catalyst versions. For the current release of oclHashcat you need to use 14.9. Newer drivers only work with beta, and in this case, it doesn't work very well.
epixoip Old oclHashcat Support 12 19,195 12-20-2014, 09:28 AM
    Thread: Cat Omega
Post: RE: Cat Omega

only beta testers have access to /beta
epixoip Old oclHashcat Support 12 19,195 12-26-2014, 09:12 PM
    Thread: Cat Omega
Post: RE: Cat Omega

Yes, 14.12 is broken. With oclHashcat you should be able to get ~ 130 KH/s out of an R9 280X with the proper driver.
epixoip Old oclHashcat Support 12 19,195 01-03-2015, 03:36 AM
    Thread: Catalyst 13.1 Installation Issues
Post: RE: Catalyst 13.1 Installation Issues

you're trying to load a 32-bit library on a 64-bit system. looks like somehow along the way, something got screwed up. start by removing the APP SDK, you should not have this installed. ''aptitu...
epixoip General Help 8 18,511 06-06-2013, 05:01 AM