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 [asc] Views Posted
    Thread: New ISP
Post: New ISP

The hashcat.net has been moved to a new hoster. I hope response times are a bitĀ faster now. It's possible some threads or postsĀ have been lost during migration phase (~ 1 hour). If something d...
atom Organisation and Events 2 4,965 06-18-2017, 05:10 PM
    Thread: markprocessor question password custom charset
Post: RE: markprocessor question password custom charset

You need to combine several tools to make this possible. Use maskprocessor to generate the dsa and ",$,^ and save them to separate files. Then use combinator.bin to join them and to create the final w...
atom General Talk 2 3,139 07-04-2017, 10:44 AM
    Thread: Office 2016?
Post: RE: Office 2016?

Good question, are they different to Office 2013?
atom General Talk 2 4,297 07-05-2017, 06:16 AM
    Thread: H/s clarification
Post: RE: H/s clarification

So far so good, except this: Quote: -- At least to me, this seems to translate to the number of hashes generated per second. If this is the case, the time required for comparison (step 3) will t...
atom hashcat 2 2,830 07-06-2017, 09:52 AM
    Thread: Is hashcat able to utilize the cores in a Xeon PHI ?
Post: RE: Is hashcat able to utilize the cores in a Xeon...

There's a limit to 128 devices per instance, but I can simply increase this in the sourcecode without the need of changing anything else. This is mostly related to memory allocations. It should be ...
atom Hardware 2 3,274 07-28-2017, 01:24 PM
    Thread: Latest Beta release 3.6.0+268 issue with PDF 1.7
Post: RE: Latest Beta release 3.6.0+268 issue with PDF 1...

Yes, there's a new kernel which is not limited to passwords < length 16. However, the NV OpenCL runtime fails to compile it cleanly (other runtimes such as Intel works). Note that hashcat warned you a...
atom hashcat 2 4,834 07-30-2017, 01:07 PM
    Thread: Strategies for cracking with known password parameters
Post: RE: Strategies for cracking with known password pa...

Just create candidates that match the policy. There's no one-command solution, you have to build stuff yourself. Check hashcat-utils for combinator.bin, maskprocessor the the numbers and the special a...
atom General Talk 2 4,851 08-10-2017, 04:02 PM
    Thread: Outputting in email:password format is very slow!
Post: RE: Outputting in email:password format is very sl...

We know, using --username is kind of slow due to memory allocation etc. You can't make it faster.
atom hashcat 2 2,778 08-11-2017, 09:53 AM
    Thread: Hashcat won't run on large wordlist?
Post: RE: Hashcat won't run on large wordlist?

Maybe you tried to load the wordlist as hashlist. Please post commandline 1:1
atom hashcat 2 3,976 08-26-2017, 04:42 PM
    Thread: --stdout not working?
Post: RE: --stdout not working?

Is fixed already. Just pull latest github master
atom hashcat 2 3,280 08-26-2017, 04:53 PM
    Thread: MD5 crack with first chars known
Post: RE: MD5 crack with first chars known

I'd go -m 20, that allows you to use all attack-modes
atom hashcat 2 2,433 08-28-2017, 08:15 AM
    Thread: kwprocessor route help
Post: RE: kwprocessor route help

That seems correct. If you need to jump it's better to first generate smaller portions using kwprocessor, then combinator attack them.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,168 08-28-2017, 08:17 AM
    Thread: *processor restore
Post: RE: *processor restore

If you pipe to hashcat, you can not make use of the -s option.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,070 08-31-2017, 10:10 AM
    Thread: Use of multiple GPUs
Post: RE: Use of multiple GPUs

task manager data is invalid, try with afterburner
atom General Talk 2 4,185 09-20-2017, 12:52 PM
    Thread: Old version for CoreDuo ?
Post: RE: Old version for CoreDuo ?

MindFire Wrote: (09-20-2017, 07:28 PM) -- So, which one? Thanks! -- Everything that supports OpenCL
atom hashcat 2 3,126 10-01-2017, 11:17 AM
    Thread: Command structure?
Post: RE: Command structure?

AtomTan Wrote: (09-20-2017, 11:14 PM) -- I just want to be able to modify the command so the wordlist is a folder instead of a single txt file. Also if my hash.txt file is a email:hash format how can...
atom hashcat 2 3,422 10-01-2017, 11:18 AM
    Thread: Sort and de-dupe without merging together?
Post: RE: Sort and de-dupe without merging together?

Yes, rli2 is the way to go. Make sure to LC_ALL=C sort -u before
atom hashcat 2 2,637 10-01-2017, 11:22 AM
    Thread: hashcat - strange behavior
Post: RE: hashcat - strange behavior

Retry with latest version from github
atom hashcat 2 3,121 10-01-2017, 11:26 AM
    Thread: Mask PWD
Post: RE: Mask PWD

You can use hashcat for your CPU as well, there's no need for hashcat-cli64
atom hashcat 2 2,679 10-01-2017, 11:30 AM
    Thread: hash-password check order in straight attack
Post: RE: hash-password check order in straight attack

The ordering of a wordlist based attack is not changed, but the processes is a parallel one. That means hashcat creates a chunk based on the several factors and process them in parallel. When it's fin...
atom hashcat 2 3,305 10-01-2017, 11:32 AM