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 [desc]
    Thread: False Positives
Post: RE: False Positives

Depends on what you mean by "false positive". :) For some hash types, hashcat will automatically show all collisions that it discovers. (You can also get this behavior for other hash types with --k...
royce hashcat 3 658 06-16-2020, 04:03 PM
    Thread: Modify the hash file and continue the attack at the same point
Post: RE: Modify the hash file and continue the attack a...

I'm not aware of a way to do this. But wouldn't this mean that all of your previous attack wouldn't ever be applied to the new hash?
royce hashcat 3 662 06-22-2020, 08:31 PM
    Thread: What does this hashcat outupt mean?
Post: RE: What does this hashcat outupt mean?

They are the ones that have actually been applied. :) The phrasing could be more clear - I'll propose something better. Thanks for the question - this will hopefully make things more clear for o...
royce hashcat 2 623 06-23-2020, 10:08 PM
    Thread: HashCat without GPU. Is it possible to increase speed?
Post: RE: HashCat without GPU. Is it possible to increas...

No, SVGA is a very low-level emulated GPU, and does not have OpenCL or CUDA support.
royce hashcat 2 556 06-28-2020, 07:17 PM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Masks, and the incrementing if them, are both per-position - you would need multiple masks to represent the range it looks like you're wanting: ?u?l?l?l?l?l?d?d?s would cover Aaaaaa11! through Zzzz...
royce hashcat 5 856 07-04-2020, 11:58 PM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Yes, you can put them in a file, and then use the filename instead of the mask.
royce hashcat 5 856 07-05-2020, 01:21 AM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Why did you cross-post this question on the Security SE? https://security.stackexchange.com/questions/234231/hashcat-how-to-increment-in-the-middle-of-a-mask
royce hashcat 5 856 07-05-2020, 02:39 PM
    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,532 07-10-2020, 01:59 AM
    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,532 07-10-2020, 03:18 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,532 07-10-2020, 05:50 PM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

Excellent! (And just for the record, you can download hashcat 6.0.0 and run it on older versions of Ubuntu)
royce hashcat 6 903 07-11-2020, 05:51 PM
    Thread: hashcat mask
Post: RE: hashcat mask

Hint for calculating total keyspace: https://www.wolframalpha.com/input/?i=%2826%2B10%29%5E11 Divide this by your actual attack speed in hashes per second. For example, if your speed is 200M H/s...
royce hashcat 2 567 07-19-2020, 04:16 PM
    Thread: Custom mask
Post: RE: Custom mask

Can you provide an artificial example - one that illustrates your question, but isn't the one you're actually looking for?
royce hashcat 3 636 07-22-2020, 05:48 AM
    Thread: Custom mask
Post: RE: Custom mask

If you're unsure what the leet options are, toggling them all can be quite keyspace-intensive. You can do it with custom masks, trivial example: -1 a@ -2 3e F?1k?2 ... but you can only use four ...
royce hashcat 3 636 07-22-2020, 06:23 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
    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: 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,387 07-29-2020, 11:50 PM
    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,387 07-30-2020, 06:37 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: new problem

Follow the link? :D
royce hashcat 43 4,387 07-30-2020, 06:38 AM
    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,387 07-30-2020, 03:47 PM