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 [asc] Posted
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

rli2 is definitely faster - once you've paid the initial cost of the sorting of the input files first. but it only takes one file to be removed as input. there's also a new project 'rling' in progre...
royce hashcat 23 2,533 08-01-2020, 08:44 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

The markov flag is unrealted to the dictionary. I've used split -n l/3 in the past and it split properly. It's OK if the resulting files are not the same size, though they are usually close in my e...
royce hashcat 23 2,533 08-01-2020, 09:53 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

I don't know what you mean by the first sentence. As for hashcat loading dictionary files one by one, what should it be doing instead?
royce hashcat 23 2,533 08-06-2020, 05:49 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

Splitting the wordlist into smaller chunks doesn't change the *total* load or attack time. It just distributes the dictionary load time into smaller chunks as well. If this isn't helpful, please re...
royce hashcat 23 2,533 08-11-2020, 05:59 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

Exactly this.
royce hashcat 23 2,533 08-16-2020, 01:26 AM
    Thread: insert a character after each character
Post: RE: insert a character after each character

Yep, that's pretty much the way to do it. Use hashcat's "--stdout" feature to test to see if it's working like you're expecting.
royce General Talk 2 2,529 05-10-2018, 07:13 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: 3des, k1==k3, k1 != k2 kernel
Post: RE: 3des, k1==k3, k1 != k2 kernel

As a general reference for other searchers: * My understanding is that k1 != k2 != k3 is feasible because of meet-in-the-middle (https://crypto.stackexchange.com/questions/6345). * See also this...
royce hashcat 1 2,519 11-29-2017, 05:31 AM
    Thread: complex md5 salted hash
Post: RE: complex md5 salted hash

Yes, if I understand you correctly - if you're only attacking a single salt, then appending a hyphen to the end of the salt would have the same effect.
royce hashcat 1 2,518 11-30-2017, 04:57 AM
    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: [New User] Unlocking excel file-failed to parse hashes
Post: RE: [New User] Unlocking excel file-failed to pars...

Sounds like the hash isn't in the expected format. If you try the exact same attack on the example 9700 hash here: https://hashcat.net/wiki/doku.php?id=example_hashes ... does your attack work? ...
royce hashcat 2 2,503 05-24-2018, 03:06 PM
  Lightbulb Thread: 0% progress
Post: RE: 0% progress

'Rejected' means 'password candidate was inapplicable' (such as if it was too long or too short for that hash algorithm) rather than 'password candidate was tried and it didn't work'. Recommendatio...
royce hashcat 4 2,489 01-19-2019, 07:42 PM
    Thread: 0% progress
Post: RE: 0% progress

Progress in this context is 'how many hashes were successfully cracked'. So if you're only cracking a single hash, progress will always be either 0 or 100. :)
royce hashcat 4 2,489 01-19-2019, 09:39 PM
    Thread: How to add a rule list/set
Post: RE: How to add a rule list/set

https://hashcat.net/wiki/doku.php?id=rule_based_attack
royce hashcat 3 2,483 08-30-2018, 05:54 AM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary. If/when it becomes necessary, the migration will vary, based on wh...
royce hashcat 8 2,472 10-12-2019, 08:44 AM
    Thread: Newbie - help please
Post: RE: Newbie - help please

You'll need to open a command prompt on your platform, and navigate to the directory that hashcat lives in, and execute it there. Once you get oriented there, I would work on growing your understan...
royce General Talk 1 2,466 06-16-2018, 10:12 PM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

There's no install - you just download it by whatever means you can, and then transfer it to where you need to run it, and then compile+run.
royce hashcat 7 2,463 08-25-2019, 02:28 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Yep, the GitHub repo says that it's as simple as that.
royce hashcat 7 2,463 08-25-2019, 02:43 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Looking at the Makefile, it looks pretty vanilla - I see OpenSSL (which most Linux systems will have). If you encounter an error, post and we'll tackle it together. :)
royce hashcat 7 2,463 08-25-2019, 03:06 AM
    Thread: Sha224?
Post: RE: Sha224?

Code: -- $ hashcat -V v4.0.1 $ hashcat --help | egrep -i 'sha.*22'   1300 | SHA-224 --
royce hashcat 1 2,456 11-19-2017, 02:44 AM