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

That's ... a big wordlist. This isn't a direct answer to your question, but you might consider: - Splitting your dictionary into multiple chunks, using the `split` command on Unix-likes - If the w...
royce hashcat 23 2,533 07-10-2020, 01:59 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

rli is for deduplication *across files* - see this example: https://hashcat.net/wiki/doku.php?id=hashcat_utils#rli If you use 'split', you don't have to re-sort. Just use 'split' to take your exist...
royce hashcat 23 2,533 07-10-2020, 05:50 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

My having explicitly said "This isn't a direct answer to your question" isn't exactly "completely ignoring" your question, yes? The canonical solution to this problem is to not do what you're doing...
royce hashcat 23 2,533 07-10-2020, 03:18 AM
    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: Need help working with masks
Post: RE: Need help working with masks

Masks use ?, not $.
royce hashcat 5 2,536 02-03-2019, 06:51 PM
    Thread: Need help working with masks
Post: RE: Need help working with masks

We shall speak no more of it. :) Generally, that's a hybrid attack, word-on-the-left style - hashcat attack mode 6 (-a 6). Shifting case would be trickier - you'd have to preprocess the wordlist...
royce hashcat 5 2,536 02-04-2019, 12:00 AM
    Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....

There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github.
royce hashcat 2 2,543 01-02-2018, 04:37 AM