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 [desc] Author Forum Replies Views Posted
    Thread: On-the-fly loading of gz wordlists
Post: RE: On-the-fly loading of gz wordlists

WFM: Code: -- $ hashcat --version v5.1.0-1789-gc7da6357 $ file rockyou.txt.gz rockyou.txt.gz: gzip compressed data, was "rockyou.txt", last modified: Thu Jul 7 14:27:39 2016, from Unix $ wc -l r...
royce hashcat 6 1,379 05-23-2020, 07:31 PM
    Thread: On-the-fly loading of gz wordlists
Post: RE: On-the-fly loading of gz wordlists

I'm not sure, but I think that decompressed data can be used "on the fly" - as soon as it's decompressed, without having to wait for the entire file to decompress.
royce hashcat 6 1,379 05-24-2020, 03:48 PM
    Thread: On-the-fly loading of gz wordlists
Post: RE: On-the-fly loading of gz wordlists

Yes, that seems right. It would have to decompress the whole thing first, enough to analyze the statistics and then cache them. so I assume there would be some duplicated work, just like dictionary ca...
royce hashcat 6 1,379 05-25-2020, 10:28 PM
    Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14

Speculation: likelihood of adopting a separate platform is probably low. Unless someone comes up with a "MetalCL" shim / abstraction layer, this may mean dropping Mac as a supported platform.
royce hashcat 2 3,676 06-07-2018, 06:31 PM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

I appreciate why this change happened, but from a UX perspective, especially for users who are not developers or very busy and not tracking hashcat release notes, is there any way to at least detect t...
royce hashcat 29 21,222 02-06-2019, 05:44 PM
    Thread: Opinions on this rig?
Post: RE: Opinions on this rig?

Those cards are two slots wide, but it looks like the card slots are spaced such that you can get all three in there? epixoip says that the one-fan cards are superior, so that's good. If you're prim...
royce Hardware 3 5,391 11-08-2015, 07:37 PM
    Thread: Opinions on this rig?
Post: RE: Opinions on this rig?

It's certainly a solid all-around platform, but it may be more than you need depending on your goals. Are you just looking to do GPU hashcat (oclhashcat), or other things as well? oclhashcat jobs...
royce Hardware 3 5,391 11-08-2015, 08:27 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: optimizing masks with Descrypt
Post: RE: optimizing masks with Descrypt

You can generate a list of masks following these restrictions, and then pass a file containing those masks to hashcat. https://thesprawl.org/projects/pack/#specifying-maximum-complexity
royce General Talk 2 4,162 10-16-2016, 07:09 PM
    Thread: Output all hashes: cracked and non-cracked
Post: RE: Output all hashes: cracked and non-cracked

Out of curiosity - why is the order important?
royce Old oclHashcat Support 3 14,872 06-18-2016, 06:02 PM
    Thread: Output file info
Post: RE: Output file info

There is no output mode that records absolute time. This is because absolute time is not useful for the purposes of comparing performance across platforms and runs. The wallclock time for a given s...
royce hashcat 5 4,515 01-06-2018, 05:55 PM
    Thread: Output file info
Post: RE: Output file info

Close - but a benchmark is under pretty ideal conditions, and your attack is probably slower than that. Probably best to measure actual H/s for your specific attack.
royce hashcat 5 4,515 01-06-2018, 08:26 PM
    Thread: Output file info
Post: RE: Output file info

Run the actual attack - and then check the H/s values in the hashcat status output.
royce hashcat 5 4,515 01-12-2018, 06:39 AM
    Thread: PACK-0.0.4
Post: RE: PACK-0.0.4

How far into the analysis was it when you posted these stats? It's a pretty intense analysis. I am currently processing a 1.3GB wordlist (154,094,601 words), and it's running at roughly 2500 p/s...
royce General Help 2 5,826 01-30-2015, 09:24 AM
    Thread: Parsing a Potfile
Post: RE: Parsing a Potfile

OP is looking for ways do to this in bulk, not one at a time. I'm not aware of a generic tool for slicing and dicing potfiles. I think most people roll their own. But there are enough interesting a...
royce hashcat 5 3,833 12-11-2018, 05:55 PM
    Thread: Parsing a Potfile
Post: RE: Parsing a Potfile

You'll probably have to invent something, then, based on principles like: * If a hash:plain pair has more than one colon and isn't HEX-encoded, separate it out into its own file, then use a 'rev | ...
royce hashcat 5 3,833 12-12-2018, 09:29 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: 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: password 8 letters
Post: RE: password 8 letters

Take the spaces out of your mask (and note that each 'character' of the mask is '?l', not 'l?'): hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l
royce hashcat 6 1,841 01-19-2020, 10:14 PM