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: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

... and defined here: Code: -- https://github.com/hashcat/hashcat/blob/master/src/mpsp.c#L20 static const char *DEF_MASK = "?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d"; https://github.com/hashcat/hash...
royce hashcat 5 3,495 07-01-2018, 08:37 PM
    Thread: How to select exact search space?
Post: RE: How to select exact search space?

Not knowing any better, what is the value in carving up the search space based on human-readable criteria? Why not just use -s/--skip and -l/--limit naturally, and the math like: https://hashcat.n...
royce hashcat 3 3,487 01-13-2018, 10:58 PM
    Thread: How to select exact search space?
Post: RE: How to select exact search space?

foxtrot Wrote: (01-13-2018, 11:03 PM) -- Well, I thought that there is some special config - but that sounds like a perfect and simple solution. Thank you very much! (can I mark the thread as solved?...
royce hashcat 3 3,487 01-14-2018, 01:01 AM
    Thread: LUKS benchmarks and estimated times
Post: RE: LUKS benchmarks and estimated times

Mode 14600 (LUKS) benches at around 10k H/s on a GTX 1080 with -w 4 and -O. If you have literally no idea what those 10 characters might be ... it ain't happenin' any time soon.
royce hashcat 2 3,486 11-27-2017, 04:59 AM
    Thread: hashcat 3.60 / hashcat 4.x many hashes
Post: RE: hashcat 3.60 / hashcat 4.x many hashes

I'm not clear from your post which tests are the ones that are for a large number of hashes. And to clarify, by "Optimized" do you mean that you are using the -O flag?
royce hashcat 4 3,473 11-19-2017, 01:47 AM
    Thread: hashcat 3.60 / hashcat 4.x many hashes
Post: RE: hashcat 3.60 / hashcat 4.x many hashes

What is the GPU?
royce hashcat 4 3,473 11-22-2017, 05:45 AM
    Thread: Weird estimated time
Post: RE: Weird estimated time

The time estimate is accurate. WPA is a slow hash, and you've requested a brute-force attack. Most of the time, a full brute-force attack like the one you've crafted is a last-resort activity, aft...
royce hashcat 5 3,467 06-05-2018, 05:27 AM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

As the number of remaining hashes drops, performance per hash should increase. In other words, once only one hash remains, performance should be the same as if the target was only a single hash in ...
royce hashcat 4 3,458 12-30-2017, 04:06 PM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

Huh - fair point! My understanding of how --restore works is that it's mostly a record of what command-line options were used, for the purpose of reinvoking hashcat. So I think that its application...
royce hashcat 4 3,458 12-31-2017, 01:07 PM
    Thread: Multiple hash type mode
Post: RE: Multiple hash type mode

Huh, I didn't know this. Not sure what is the best way to express this in the --help output, but it feels important enough to try.
royce hashcat 8 3,443 08-26-2019, 03:38 PM
    Thread: pass:hash output for every candidate
Post: RE: pass:hash output for every candidate

I'm not aware of a way to get hashcat to output *all* candidates - only the actual cracks. What is your use case for this?
royce hashcat 5 3,431 05-02-2018, 04:08 AM
    Thread: pass:hash output for every candidate
Post: RE: pass:hash output for every candidate

Hmm. If hashcat creates different hashes for the same candidates (assuming the same salt), that would be a pretty serious bug. Generally speaking, you might be able to figure something out using ha...
royce hashcat 5 3,431 05-10-2018, 03:34 PM
    Thread: How to crack custom hash - SHA512, SHA256, and MD5 combined
Post: RE: How to crack custom hash - SHA512, SHA256, and...

John the Ripper has a way to express custom hashes, but I'm not sure that it would support hundreds of them nested. MDXfind's -i flag can be used to iterate hundreds of times, but only for a given ha...
royce hashcat 3 3,429 11-11-2018, 03:41 PM
    Thread: newbie mask help
Post: RE: newbie mask help

Hitting 'Resume' when you're already running just prints 'Resumed' again, even if you are not paused. If you press Enter, you'll see some progress information. Or you can add --status to display st...
royce hashcat 3 3,417 11-23-2017, 07:01 PM
    Thread: newbie mask help
Post: RE: newbie mask help

If you hit Enter, it should give you a current estimate.
royce hashcat 3 3,417 11-24-2017, 01:55 AM
    Thread: Getting new GPU
Post: RE: Getting new GPU

On an extreme budget, a GTX 970 performs similarly to a GTX 1060. Used 970s can be acquired on eBay for $150 or less. Be aware that only 1/4 of the GPU's memory is made available by the NVIDIA Open...
royce Hardware 2 3,416 03-14-2017, 05:28 PM
    Thread: Virtual VRAM is stuck at 1024mb
Post: RE: Virtual VRAM is stuck at 1024mb

This is a known issue where NVIDIA specifically appears to never allocate more than 25% of total memory. https://devtalk.nvidia.com/default/topic/992502/why-is-cl_device_max_mem_alloc_size-never-la...
royce hashcat 2 3,413 06-10-2017, 01:19 AM
    Thread: Incremental Markov attacks
Post: RE: Incremental Markov attacks

Yes, in incremental mode, a length will be exhausted before the next length is started. Also, the Candidate progress display shows a range. It is normal for this to only change when another range i...
royce hashcat 1 3,377 05-16-2017, 06:06 PM
    Thread: Passphrase help
Post: RE: Passphrase help

@atom, this is where being able to specify a separator for princeprocessor (https://github.com/hashcat/princeprocessor/issues/49) would be awesome.
royce hashcat 2 3,365 12-10-2016, 08:05 PM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

https://hashcat.net/wiki/doku.php?id=princeprocessor may help, but the additional modifications would need some extra rules work - maybe a subset of those in prince_optimized.rule, depending on your u...
royce General Talk 4 3,365 12-31-2017, 07:45 AM