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: 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,734 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,506 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,439 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,522 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,757 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,377 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,143 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,205 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,152 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
    Thread: Empty PDF password
Post: RE: Empty PDF password

It's possible that the password was added by some tool other than Acrobat. It sounds like you found a workaround with using qpdf?
royce hashcat 1 2,282 11-19-2017, 02:07 AM
    Thread: RAR file password
Post: RE: RAR file password

What is LBF?
royce hashcat 1 2,168 11-19-2017, 02:07 AM
    Thread: Hashcat cloud help
Post: RE: Hashcat cloud help

Howtos and examples are plentiful with a simple Internet search. https://medium.com/@iraklis/running-hashcat-v4-0-0-in-amazons-aws-new-p3-16xlarge-instance-e8fab4541e9b Depending on your use cas...
royce hashcat 1 2,311 11-19-2017, 02:11 AM
    Thread: dahua hash
Post: RE: dahua hash

You are correct - dahua is not currently (as of 4.0.1, 2017-11-18) supported. dahua hashes are supported with John the Ripper.
royce hashcat 1 4,008 11-19-2017, 02:13 AM
    Thread: Capturing a Win-rar hash!
Post: RE: Capturing a Win-rar hash!

https://github.com/philsmd/7z2hashcat
royce hashcat 1 2,562 11-19-2017, 02:18 AM