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 [desc] Replies Views Posted
  Wink Thread: Hashcat Exit Statuses
Post: Hashcat Exit Statuses

Hey Atom, I was hoping you might be able to add some proper exit statuses to hashcat, it could DEFINITELY make scripting easier in specific cases. :) Right now, I only get 255 if it doesn't run, ...
unix-ninja Feature Requests 1 8,343 05-03-2012, 03:09 PM
    Thread: Volume control ?
Post: RE: Volume control ?

If you want to reduce the fan speed, you can use various tools to limit the throughput of your card's performance (the tools differ depending on your card). This WILL lower your cracking speed as well...
unix-ninja Feature Requests 2 7,085 06-21-2012, 04:55 PM
    Thread: Read command options from file
Post: RE: Read command options from file

Although this may (depending on implementation) be one way of addressing special character sequences on the command line, it is trivial to simply properly escape your characters on the command line, a...
unix-ninja Feature Requests 3 8,164 10-17-2012, 10:29 PM
    Thread: distributed computing for hashcat (cpu)
Post: RE: distributed computing for hashcat (cpu)

You can use vcl as the officially supported option, or if you are up to coding a bit, you can grab disthc off of sourceforge and tweak it for hashcat instead of oclhashcat.
unix-ninja Feature Requests 3 12,471 01-04-2013, 07:35 PM
    Thread: Custom algorithm
Post: RE: Custom algorithm

It could be salted in some way. If you have access to the source, that would be your best bet.
unix-ninja General Help 4 10,556 06-27-2013, 05:25 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: 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: 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: [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: 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: 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: [Q] Find hash PLAIN length/spaces
Post: RE: [Q] Find hash length/spaces

No, what you are asking is wrong. The length of the hash is 32. The length of the PLAIN is 5. The whole point of a hashing algorithm (if done properly) is not to leak information about the plain,...
unix-ninja General Help 2 4,943 06-03-2014, 08:40 PM
    Thread: [Q] Find hash PLAIN length/spaces
Post: RE: [Q] Find hash length/spaces

I suppose if you really want to be accurate, the binary length of the hash is 16.
unix-ninja General Help 2 4,943 06-03-2014, 08:41 PM
    Thread: Error ? New ? Hash ? Please help me if it is possible
Post: RE: Error ? New ? Hash ? Please help me if it is p...

20 numeric characters via bruteforce in 2008? hah!
unix-ninja General Help 3 7,316 08-14-2014, 08:09 PM
    Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?

Are you stopping the job before it finishes? You will get separate keyspaces for each mask (including each transformation of the incremental mode), so you will probably get a ton of small keyspaces be...
unix-ninja General Help 11 13,502 07-22-2015, 11:53 PM
    Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?

Quote: -- what I interpreted this is was that the "-b" was the main "opening" command, with "sub" commands denoted with the double dash -- I am not sure your 20 years has helped you. You might want...
unix-ninja General Help 11 13,502 07-23-2015, 09:56 PM
    Thread: Identify this hash type
Post: RE: Identify this hash type

First off, don't post hashes here. You might want to re-read this: https://hashcat.net/forum/announcement-2.html Second, the length of the hashes look fine. They appear to be legit at a casual glance.
unix-ninja General Help 1 3,588 08-20-2015, 06:13 PM
    Thread: How many combinations?
Post: RE: How many combinations?

you can use the --help flag to figure out how to calculate keyspace. NOTE: the one thing you will have to note is that there will be some manual work involved. You won't be able to calculate all of t...
unix-ninja General Help 1 3,191 11-24-2015, 05:53 PM
    Thread: Efficient way to store hashes in database ?
Post: RE: Efficient way to store hashes in database ?

Encoding the hashes in base64 will not get you the fastest processing time for storage and retrieval. In-fact, it will hurt your stats for sure. There are MANY factors to consider with MySQL, inclu...
unix-ninja General Talk 5 15,741 08-07-2012, 08:07 PM
    Thread: what language is hashcat written in?
Post: RE: what language is oclhashcat written in?

snooz Wrote: (10-25-2012, 05:14 PM) -- I was curious what language is oclhashcat written in. I know that ocl stands for Open Computer Language but I noticed that atom's avatar looks like Assembly co...
unix-ninja General Talk 9 21,533 10-25-2012, 05:26 PM