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 [desc] Views Posted
    Thread: r9 290x + B7059F77AV6R
Post: RE: r9 290x + B7059F77AV6R

Dark-Sider Wrote: (01-24-2014, 12:12 PM) -- Is there a known to work config for the B7059 with R9 290X? -- it will work, but it will not work out of the box. it requires a bit of skill, finesse, an...
epixoip Hardware 3 8,691 01-25-2014, 07:13 AM
    Thread: Status alerts via email
Post: RE: Status alerts via email

there's no clean or pretty way to do this, you will have to scrape and parse the output. you can use --status and --status-timer to periodically display the status information.
epixoip Old oclHashcat Support 3 6,671 02-06-2014, 08:12 AM
    Thread: Password generation from HDD
Post: RE: Password generation from HDD

this seems like a really poor approach to crack sha512crypt. i would be hesitant to even use this approach with fast hashes. you will end up with all sorts of garbage and bullshit in your "wordlist" ...
epixoip General Help 3 8,289 02-14-2014, 12:22 PM
    Thread: Problem in HashcatGUI_0311
Post: RE: Problem in HashcatGUI_0311

HashcatGUI is not supported here. try the forums on the site you downloaded it from.
epixoip Old oclHashcat Support 3 8,598 02-17-2014, 09:47 AM
    Thread: error:clgetplatformids<> -1001
Post: RE: error:clgetplatformids<> -1001

AMD does not support OpenCL on Windows XP. You must upgrade to Windows 7 or Windows 8.
epixoip Old oclHashcat Support 3 6,751 03-08-2014, 05:30 PM
    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: Is a setup with 128 GPUs possible?
Post: RE: Is a setup with 128 GPUs possible?

too far outdated now, but several people are working on other solutions at the moment.
epixoip Hardware 3 7,940 04-14-2014, 10:34 PM
    Thread: Strange behaviour w/ WPA
Post: RE: Strange behaviour w/ WPA

if `wc -l some10Digits.dic' says 9062654 then you have your answer.
epixoip Old oclHashcat Support 3 5,877 04-28-2014, 11:17 PM
    Thread: Hashcat 1.20 on Ubuntu 14.04 LTS
Post: RE: Hashcat 1.20 on Ubuntu 14.04 LTS

you can't really claim that you followed that guide since the guide tells you to use ubuntu 12.04 lts, not ubuntu 14.04 lts. 14.04 was just released less than two weeks ago, and is not officially s...
epixoip Old oclHashcat Support 3 24,557 05-04-2014, 07:35 AM
    Thread: 290 vs 7970?
Post: RE: 290 vs 7970?

25% increase in performance over 7970
epixoip Hardware 3 8,175 05-10-2014, 10:42 AM
    Thread: Trouble running oclHashcat-1.01 in Ubuntu 13.04 - Need Help
Post: RE: Trouble running oclHashcat-1.01 in Ubuntu 13.0...

Few things here... Screenshots are obnoxious. We tolerate them from Windows users, because we presume they don't know any better. But as a Linux user, you are encouraged to post relevant text outpu...
epixoip Old oclHashcat Support 3 5,992 05-13-2014, 02:44 PM
    Thread: MaskAttack Increment Error
Post: RE: MaskAttack Increment Error

cpu hashcat doesn't have an increment switch, as increment is always on.
epixoip Old hashcat Support 3 7,524 05-15-2014, 09:52 PM
    Thread: HD4890 - ERROR: clGetPlatformIDs() -1001
Post: RE: HD4890 - ERROR: clGetPlatformIDs() -1001

AMD no longer supports the HD4000 series. time to upgrade.
epixoip General Help 3 7,623 05-16-2014, 11:53 PM
    Thread: HD4890 - ERROR: clGetPlatformIDs() -1001
Post: RE: HD4890 - ERROR: clGetPlatformIDs() -1001

older versions are timebombed and do not work.
epixoip General Help 3 7,623 05-17-2014, 05:41 AM
    Thread: What would you use an epic distributed computer for?
Post: RE: What would you use an epic distributed compute...

are you asking what you should do with your botnet?
epixoip General Talk 3 8,195 05-28-2014, 01:37 AM
    Thread: incorrectly identified GPU.... r290 and r7950
Post: RE: incorrectly identified GPU.... r290 and r7950

smackem19 Wrote: (06-10-2014, 08:32 AM) -- I have a Radeon 290 which apparently does crossfire but I can find where on the board. -- AMD got rid of the external Crossfire bridge starting with the R...
epixoip Hardware 3 10,077 06-10-2014, 09:01 AM
    Thread: New user help - oclHashcat wont start attack
Post: RE: New user help - oclHashcat wont start attack

copy/pasting terminal output is always preferred over posting screen shots. at a minimum you should at least post the command line you used.
epixoip Old oclHashcat Support 3 9,029 06-13-2014, 08:57 AM
    Thread: MD5($Salt.$Pass.$Salt)
Post: RE: MD5($Salt.$Pass.$Salt)

all you have to do is crack them as md5(p.s) and stage your attacks to prepend the static salt to each candidate. to emulate a straight dictionary attack you can use -a 7, for rules you can use combin...
epixoip Old oclHashcat Support 3 8,468 06-14-2014, 08:06 AM
    Thread: $HEX[...]
Post: RE: $HEX[...]

it's an encoding error on your part. your terminal is probably UTF8, and that string isn't. Code: -- epixoip@token:~$ printf "\x45\x46\x45\xc7\x49\x4e\x41\x52" | md5sum f54198dc47cf5cd61202b867...
epixoip Old oclHashcat Support 3 7,779 06-14-2014, 11:16 AM
    Thread: Utilising the gpu in a headless envrionment
Post: RE: Utilising the gpu in a headless envrionment

right, libOpenCL will work with just fglrx loaded, but libatiadlxx requires x11. so you still have to have x11 running & have Xauthority even on headless servers. see https://hashcat.net/wiki/doku.php?...
epixoip General Help 3 7,145 06-20-2014, 06:47 PM