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 Posted [asc]
    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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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

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: 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,532 08-01-2020, 08:44 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of

- Your hash is not formatted as -m 1400 - Your mask can be better expressed as -1 ?d- -2 ?l?u?d- -3 ?l?u?d ?d?1?2??3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3 - But your mask is much too long, and your ...
royce hashcat 43 4,386 07-30-2020, 04:28 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: hashcat sees 4 devices but only have 2 gpus

Could you be more specific - show us what you're seeing (2 devices vs 4)? Is this the first time you've moved to a version of hashcat that supports both CUDA and OpenCL?
royce hashcat 43 4,386 07-30-2020, 03:47 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: new problem

Follow the link? :D
royce hashcat 43 4,386 07-30-2020, 06:38 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: What happened to haschat.exe or hashcat.bin?

Heh, whew! :D
royce hashcat 43 4,386 07-30-2020, 06:37 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: What happened to haschat.exe or hashcat.bin?

6.1.1 appears to have both hashcat.exe and hashcat.bin at this writing?
royce hashcat 43 4,386 07-29-2020, 11:50 PM
    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: Hashcat Dictionairy Cache Hit
Post: RE: Hashcat Dictionairy Cache Hit

You're cracking "password\n", not "password": Code: -- $ echo -n 'password' | md5sum 5f4dcc3b5aa765d61d8327deb882cf99  - $ echo 'password' | md5sum 286755fad04869ca523320acce0dc6a4  - -- ...
royce hashcat 2 455 07-28-2020, 03:39 AM