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 [desc]
    Thread: Does HC treat Infiniband-connected servers as a single machine?
Post: RE: Does HC treat Infiniband-connected servers as ...

Hashcat by itself does not have any networking support. There are wrappers that can help you out with networking, like vcl and disthc, but I don't believe either supports infiniband.
unix-ninja Hardware 3 8,387 03-18-2013, 03:55 PM
    Thread: statsprocessor-0.08 Skip and Limit
Post: RE: statsprocessor-0.08 Skip and Limit

You have it right. I ran that on my machine with statsprocessor 0.09 and it works fine. See if you can try the 64 bit binary. If it's still an issue, maybe just wait until 0.09 is officially released...
unix-ninja hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 10,000 04-03-2013, 08:09 PM
    Thread: Network support
Post: RE: Network support

Hashcat by itself does not do this, but you can download disthc from sourceforge and use it to cluster several machines running hashcat.
unix-ninja Old hashcat Support 4 7,685 04-18-2013, 05:48 PM
    Thread: Differences of hashcats in v0.42
Post: RE: Differences of hashcats in v0.42

They depend on which processor-specific features you want to use: standard instructions, Advanced Vector Extensions, or eXtended OPerations instructions. Be sure your processor can support the mode y...
unix-ninja Old hashcat Support 2 7,021 04-18-2013, 11:30 PM
    Thread: oclHashcat-plus64 fglrx problem
Post: RE: oclHashcat-plus64 fglrx problem

You will need to manually install the proprietary AMD drivers (fglrx) before you can use hashcat.
unix-ninja Very old oclHashcat-plus Support 8 16,081 04-22-2013, 05:04 PM
    Thread: oclHashcat-plus64 fglrx problem
Post: RE: oclHashcat-plus64 fglrx problem

baspax11 Wrote: (04-22-2013, 05:08 PM) -- how can i see what drivers i have? -- You will have the open source drivers out of the box. You might want to just brush up on general administration: ...
unix-ninja Very old oclHashcat-plus Support 8 16,081 04-22-2013, 05:13 PM
    Thread: 1/4 cpu cores being used
Post: RE: 1/4 cpu cores being used

Hashcat-plus is a GPU-based cracker. It is specifically designed NOT to tax your CPU.
unix-ninja Very old oclHashcat-plus Support 3 7,851 04-29-2013, 11:42 PM
    Thread: Why the .pot?
Post: RE: Why the .pot?

For people running analytics, having the hash is extremely useful. Additionally, it's really only a single command in the terminal to "de-pot" as you put it. Nothing elaborate needs to be done. additi...
unix-ninja General Talk 2 7,700 05-03-2013, 06:33 PM
    Thread: oclHashcat-plus cracks TrueCrypt
Post: RE: oclHashcat-plus cracks TrueCrypt

Nicely done! And congrats! Is your talk going to be taped?
unix-ninja Very old oclHashcat-plus Support 32 157,759 05-17-2013, 03:18 PM
    Thread: md5 unix blank password hash
Post: RE: md5 unix blank password hash

Can you be a bit more specific? That question seems a bit ambiguous. What are you referring to as an "md5 unix blank password" ?
unix-ninja Very old oclHashcat-plus Support 10 18,596 06-13-2013, 09:10 PM
    Thread: Rules with combinator attack
Post: RE: Rules with combinator attack

Yes. Use the hybrid attack to do this. https://hashcat.net/wiki/doku.php?id=hybrid_attack
unix-ninja Very old oclHashcat-plus Support 11 26,310 06-21-2013, 05:21 PM
    Thread: Help with MySql2005 Hash
Post: RE: Help with MySql2005 Hash

Do you mean MSSQL 2005? I take it you do, in which case, you just need to format the input file properly. You will definitely want to nix the prefix and just use the salt + hash combination.
unix-ninja Very old oclHashcat-plus Support 3 7,351 06-25-2013, 11:10 PM
    Thread: Choosing right card, making estimations
Post: RE: Choosing right card, making estimations

Honestly, you would rather stick with the 7950. Don't worry about the other two. Memory isn't really an issue on any of these cards as long as your using hashcat, so you can ignore that as well. Just...
unix-ninja Hardware 3 9,312 06-26-2013, 12:08 AM
    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,558 06-27-2013, 05:25 PM
    Thread: slight change
Post: RE: slight change

Or you could just write the script yourself. There's no real need for Atom to do that.
unix-ninja User Contributions 5 11,157 07-02-2013, 04:39 PM
    Thread: Why closed source?
Post: RE: Why closed source?

txczwgffr Wrote: (10-09-2013, 07:41 PM) -- Why is oclHashcat* closed source? As far as I can tell there is no paid version. It would be great if the source were freely available so more people coul...
unix-ninja General Talk 29 65,483 10-09-2013, 07:48 PM
    Thread: Running Mr. Cat on multiple rigs?
Post: RE: Running Mr. Cat on multiple rigs?

Well, you could either write your own software, or cluster the nodes. If you choose a clustering solution, you can cluster multiple hosts that have X number of GPUs each. e.g.: Host1 has 2 GPU Hos...
unix-ninja General Talk 3 8,872 10-21-2013, 09:59 PM
    Thread: How to get status for cracking process to use in other programs?
Post: RE: How to get status for cracking process to use ...

I don't believe the restore file is written to live, so this wouldn't help you either. Hashcat exposes no APIs for external development, so really your best option would be to parse stdout. This i...
unix-ninja Old hashcat Support 3 7,259 10-29-2013, 08:56 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

You are probably not escaping some values properly. Can you give more details on the actual lines in the script itself?
unix-ninja Old hashcat Support 8 17,132 11-08-2013, 07:02 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,132 11-08-2013, 08:37 PM