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 [desc] Replies Views Posted
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

The new glibc requirement was affecting the following modes, making them unavailable in 6.1.0: Code: -- ‍ 3910 | md5(md5($pass).md5($salt)) | Raw Hash, Salted and/or Iter...
royce hashcat 10 4,017 07-29-2020, 04:47 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,532 08-01-2020, 09:53 PM
    Thread: DES weird result
Post: RE: DES weird result

Because of the way DES works, only some bits have to match to get a match. https://hashcat.net/forum/thread-6285.html
royce hashcat 1 329 08-03-2020, 10:20 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,532 08-06-2020, 05:49 AM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

There is nothing unusual about the 2012-era LinkedIn SHA1 hashes - they're generic raw SHA1. There is only one version of hashcat now - does OpenCL or CUDA (but at least one is required, for either...
royce hashcat 7 873 08-10-2020, 05:45 PM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

Lol -and apparently I used to know this (2017) ... and totally forgot! Thanks, philsmd!
royce hashcat 7 873 08-10-2020, 08:45 PM
    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,532 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,532 08-16-2020, 01:26 AM
    Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file

When using a file, the custom character sets must also be in the file, something like (not tested): okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3 okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3 okKAayYlLnN...
royce hashcat 3 412 08-19-2020, 03:51 PM
    Thread: Hashcat brain "too many clients"
Post: RE: Hashcat brain "too many clients"

Interesting - haven't seen this myself yet. How fast is the hash?
royce hashcat 4 574 08-20-2020, 12:53 AM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

Only one way to find out. :D
royce hashcat 7 729 08-21-2020, 07:09 AM
    Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits

I think they're trying to replace digits in place, without having to know the text before and after in advance.
royce hashcat 7 729 08-21-2020, 11:31 PM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

You could use mp64 to generate them, maybe? https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor Might still have to dedupe it a little after, depending
royce hashcat 10 965 08-31-2020, 11:53 PM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

Dedupe of text on the command line is a largely solved problem. Depends on your platform. 'sort -u' on Unix-likes covers most use cases. On Windows, 'sort.exe /unique' seems roughly equivalent.
royce hashcat 10 965 09-01-2020, 04:10 AM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

There's also this project, that tries to detect rules with redundant results: https://github.com/0xbsec/duprule/
royce hashcat 10 965 09-01-2020, 05:04 PM
    Thread: Optimized kernel giving different results
Post: RE: Optimized kernel giving different results

Thanks! I see it's at https://github.com/hashcat/hashcat/issues/2539 (Also that is a hilarious username)
royce hashcat 2 343 09-03-2020, 04:11 AM
    Thread: Using two rule files at the same time
Post: RE: Using two rule files at the same time

It's the product of both rulesets - rule 1 from list 1 AND rule 1 from list 2, etc etc. This is one reason why ':' (do nothing) is often included in rulesets, so that each rule from each wordlist i...
royce hashcat 2 325 09-06-2020, 11:41 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

Please post your command line, with any sensitive info replaced with generic info
royce hashcat 14 1,236 09-08-2020, 06:00 AM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

If you delete the empty potfile, is it recreated on the next run?
royce hashcat 14 1,236 09-09-2020, 03:09 AM
    Thread: email: pass after dehashed
Post: RE: email: pass after dehashed

https://hashcat.net/forum/archive/index.php?announcement-2.html
royce hashcat 4 510 09-11-2020, 06:25 AM