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 Posted [asc]
    Thread: it is possible?
Post: RE: it is possible?

yes, it is.
unix-ninja General Talk 3 7,415 05-02-2014, 11:07 PM
    Thread: ERROR: restore value greater keyspace
Post: RE: ERROR: restore value greater keyspace

Just for some quick additional info there: you are going to need to run --keyspace to actually see that the keyspace is, and then calculate the points within that space you want to slice.
unix-ninja Old oclHashcat Support 2 6,120 04-30-2014, 04:58 PM
    Thread: hashcat.net on a new server
Post: RE: hashcat.net on a new server

Port 80 is very, very sad... "No data received" on Chrome.
unix-ninja Organisation and Events 3 8,912 04-10-2014, 05:36 PM
    Thread: Distributed Hashcat Processing
Post: RE: Distributed Hashcat Processing

Just as a follow-up to this, the new codebase is up on github as of today. I might reserve the old sourceforge page for binaries later on. That has yet to be decided. Brute Force seems to work. Di...
unix-ninja User Contributions 2 9,481 04-02-2014, 10:03 PM
    Thread: hashcat not working...
Post: RE: hashcat not working...

You need to run this exe from the command line. It is not a GUI application. Please open your terminal (cmd.exe) and run hashcat from there.
unix-ninja General Help 2 9,829 02-27-2014, 09:23 PM
    Thread: oclhashcat error
Post: RE: oclhashcat error

If you're running OS/2, it's not supported. Then again, no one would know what you're running since you didn't mention it. In fact, I'd go as far as to say there's a fair lack of description in your i...
unix-ninja Old oclHashcat Support 4 8,224 02-13-2014, 12:39 AM
    Thread: Hash Question
Post: RE: Hash Question

Are you asking how to retrieve the hash for your own system? That will largely depend on the system you are dealing with.
unix-ninja General Help 4 7,842 02-06-2014, 10:40 PM
    Thread: COMPUTE vs. DISPLAY
Post: RE: COMPUTE vs. DISPLAY

Read this for more info: https://devgurus.amd.com/thread/158710 Compute is just an override. It doesn't have to exist by default.
unix-ninja Old oclHashcat Support 2 6,210 01-21-2014, 10:02 PM
    Thread: Continuee brute force seasion after going to another OS?
Post: RE: Continuee brute force seasion after going to a...

Use the --session flag to create a session file, then you can use the --restore flag to resume that session. (Just copy the files over to your Linux instance). I believe there's a default session as w...
unix-ninja Old hashcat Support 2 5,822 01-21-2014, 05:30 PM
    Thread: Creating a secure hash?
Post: RE: Creating a secure hash?

Just as a P.S.: No new code bases should be using MD5 or SHA1 for security in the modern age.
unix-ninja General Talk 6 12,456 01-21-2014, 03:51 AM
    Thread: Creating a secure hash?
Post: RE: Creating a secure hash?

Unfortunately, that's not really all that secure. Especially if someone manages to leverage your source. The best way to guarantee decent security is to assume that your source has already been compr...
unix-ninja General Talk 6 12,456 01-21-2014, 03:49 AM
    Thread: [Help] ./eula.accepted: Permission Denied
Post: RE: [Help] ./eula.accepted: Permission Denied

It needs to be able to write the EULA accepted file to that directory. Make sure the directory permissions are set properly.
unix-ninja General Help 4 10,894 01-16-2014, 12:06 AM
    Thread: Brutforce too slow? / Increment-Problems [Solved]
Post: RE: Brutforce too slow?

Just to clarify radix's point: You "defined" 4 different character sets that can be used in a mask, but you didn't define the mask itself. The mask is shown in its own position without using the num...
unix-ninja Old oclHashcat Support 9 29,015 01-07-2014, 11:34 PM
    Thread: FIRST STEP
Post: RE: FIRST STEP

Hashcat no longer supports SL3. So the bottom line is, you can't.
unix-ninja General Help 2 6,537 12-26-2013, 11:03 PM
    Thread: Slow VCL speeds
Post: RE: Slow VCL speeds

VCL is broken and is no longer supported. It is officially considered a dead technology. Sorry. The new version of disthc should be coming out soon. It will have limited features at first (most to co...
unix-ninja Old oclHashcat Support 7 14,621 12-11-2013, 12:08 AM
    Thread: Mac OS 10.9 starting problems Hash cat 0.46
Post: RE: Mac OS 10.9 starting problems Hash cat 0.46

You should not double-click on the icon for hashcat. That will definitely give you the "classic environment" warning, but this is a misleading message. I run OSX Mavericks, and can use hashcat 0.46...
unix-ninja General Help 3 7,805 12-10-2013, 09:48 PM
    Thread: Moving session between machines
Post: RE: Moving session between machines

That should more-or-less work. As long as you specify the session start, you should be fine.
unix-ninja General Help 3 5,897 11-19-2013, 07:32 PM
    Thread: issue with amd gpu driver
Post: RE: issue with amd gpu driver

Follow the instructions on this page: https://hashcat.net/wiki/doku.php?id=linux_server_howto Obviously, you can skip through the setup for Ubuntu server. Just make sure you install build-essentia...
unix-ninja Very old oclHashcat-plus Support 2 6,329 11-13-2013, 11:51 PM
    Thread: oclHashcat-plus fails to stop cleanly
Post: RE: oclHashcat-plus fails to stop cleanly

You should probably report this in Trac. This sounds a bit like a bug.
unix-ninja Very old oclHashcat-plus Support 3 7,431 11-12-2013, 06:39 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

The problem here is simple. You are piping multiple arguments to hashcat through the $line variable, and your script is therefore sending them to hashcat as a single parameter. You think it's saying:...
unix-ninja Old hashcat Support 8 17,128 11-08-2013, 08:37 PM