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: crude shell script for running *all* benchmarks
Post: crude shell script for running *all* benchmarks

Saves one benchmark per file, so if you're troubleshooting something that only dies on some hashes, you can resume efficiently (because it will skip existing benchmark files). https://gist.github.c...
royce User Contributions 0 2,238 11-19-2017, 03:32 AM
    Thread: Prince
Post: RE: Prince

https://lmgtfy.com/?q=prince+attack ;)
royce Old hashcat Support 1 4,401 05-06-2016, 03:21 PM
    Thread: Hashcat 3 - help with hash type
Post: RE: Hashcat 3 - help with hash type

This should probably be created as a Github issue instead, in the same style as https://github.com/hashcat/hashcat/issues/398
royce hashcat 1 3,178 06-30-2016, 05:04 PM
    Thread: How I can make a more efficient bruteforce attack?
Post: RE: How I can make a more efficient bruteforce att...

Take a look at https://hashcat.net/wiki/doku.php?id=rule_based_attack The 'd' rule function repeats a word.
royce General Talk 1 3,238 08-02-2016, 03:02 PM
    Thread: Legacy Hashcat
Post: RE: Legacy Hashcat

[hr] https://hashcat.net/files_legacy/oclHashcat-2.01.7z https://hashcat.net/files_legacy/cudaHashcat-2.01.7z Be aware that if your GPUs are no longer supported by the manufacturer, they are not s...
royce hashcat 1 2,973 08-13-2016, 07:39 PM
    Thread: Brute Force- Mask,ntml hash?
Post: RE: Brute Force- Mask,ntml hash?

There is no way to determine the length of a plaintext from the hash. This is true for all hashes, and is by design. You cannot know the length until you have cracked it. You can use other informat...
royce hashcat 1 2,732 10-05-2016, 05:40 PM
    Thread: Long Passwords (MD5)
Post: RE: Long Passwords (MD5)

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length
royce hashcat 1 2,504 02-04-2017, 08:04 AM
    Thread: csv output for benchmarking
Post: RE: csv output for benchmarking

There is also: hashcat -b --machine-readable
royce User Contributions 1 3,940 02-19-2017, 03:45 AM
    Thread: Is This Possible?
Post: RE: Is This Possible?

What is the use case for wanting this behavior? If it's for a reason like this (https://hashcat.net/forum/thread-6293.html), it's not a good one. :) Within hashcat itself, you have four options for ...
royce hashcat 1 2,437 02-25-2017, 08:32 PM
    Thread: combining sustems
Post: RE: combining sustems

You can manually divide up work using -s/--skip and -l/--limit. There are also some frameworks that help to automate this. https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_d...
royce General Talk 1 2,901 03-10-2017, 04:02 AM
    Thread: how can i use 0x00-0x08 of "?b" to crack a hash value
Post: RE: how can i use 0x00-0x08 of "?b" to crack a has...

You can use the --hex-charset option to specify this set of binary. Edit: specifically, something like: --hex-charset -1 000102030405060708 ?1?1?1?1?1?1?1?1 ... or however long your expected string...
royce hashcat 1 2,726 03-21-2017, 03:09 AM
    Thread: sli connector tech?
Post: RE: sli connector tech?

Yep, you've got it.
royce Hardware 1 2,520 05-05-2017, 08:54 PM
    Thread: Default Graphics card
Post: RE: Default Graphics card

There is often a setting in the BIOS to select which GPU to use as the primary. It shouldn't have an effect on hashcat - it should happily use them both as long as they're both supported and the dr...
royce Hardware 1 2,755 05-11-2017, 03:06 PM
    Thread: Incremental Markov attacks
Post: RE: Incremental Markov attacks

Yes, in incremental mode, a length will be exhausted before the next length is started. Also, the Candidate progress display shows a range. It is normal for this to only change when another range i...
royce hashcat 1 3,375 05-16-2017, 06:06 PM
    Thread: New parameter: --nonce-error-corrections
Post: RE: New parameter: --nonce-error-corrections

For future searchers, note that later work (https://github.com/hashcat/hashcat/issues/1221) does incur a small performance penalty (perhaps in the 8-12% range?) at the previous default of 16 due to ad...
royce User Contributions 1 6,154 05-30-2017, 08:32 AM
    Thread: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Post: RE: PBKDF2-SHA512 (Hash type 7100) Command Syntax

Attack mode '0' (-a 0) is the "straight" / dictionary attack. Running Code: -- hashcat --help -- ... at the bottom, you'll see an example: Code: -- Wordlist | $P$ | hashcat -a 0 -m...
royce hashcat 1 3,141 06-05-2017, 07:29 AM
    Thread: Help needed.
Post: RE: Help needed.

There's no way to do this with hashcat - it's not a rules-level problem, but an algorithm-level problem. Outside of hashcat, this algorithm isn't natively supported by MDXfind and probably not by H...
royce General Talk 1 2,203 10-03-2017, 08:16 PM
    Thread: NEED HELP WITH HASHCAT
Post: RE: NEED HELP WITH HASHCAT

* You should definitely use hashcat 4.0.1 * Please don't use the word 'dehash'; that's not what any hash-cracking utility does (because it implies reversing a hash, which is by definition impossible ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,125 11-19-2017, 01:30 AM
    Thread: GNUPG Symmetric help
Post: RE: GNUPG Symmetric help

hashcat currently has no direct support for PGP/GPG. But John the Ripper does have the 'gpg-opencl' format, which is significantly faster on GPU that the basic 'gpg' format, so using a GPU should s...
royce hashcat 1 2,149 11-19-2017, 01:38 AM
    Thread: AMD vs NVIDIA ~ $300 USD
Post: RE: AMD vs NVIDIA ~ $300 USD

I would watch for a used GTX 1080 Founders Edition on eBay. They're currently going for a little more than $400, but not much - and you'll get quite a bump up in speed for the price. The FE cards are ...
royce Hardware 1 2,647 11-19-2017, 01:40 AM