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 [asc] Views Posted
    Thread: Do we need to drop 32 bit binaries?
Post: RE: Do we need to drop 32 bit binaries?

Suggestion: Separate them out into their own .7z archives. That way, you can track whether anyone is downloading them. If no one is using them, you can drop them.
royce hashcat 5 7,672 06-04-2016, 02:50 PM
    Thread: edit session settings?
Post: RE: edit session settings?

philsmd's tool here may help: https://github.com/philsmd/analyze_hc_restore
royce General Talk 5 5,907 07-03-2016, 11:19 PM
    Thread: Hashcat very slow between benchmarks
Post: RE: Hashcat very slow between benchmarks

Theoretically, could you generate those kernels on an otherwise identical setup, and then copy them to the kernel cache area? Also, if it's the kernel generation, I would expect the delay before any ...
royce hashcat 5 5,334 10-05-2016, 12:04 AM
    Thread: Hashcat very slow between benchmarks
Post: RE: Hashcat very slow between benchmarks

Any view into where resources are going during the delay? Can you strace it to see what hashcat is doing in that moment?
royce hashcat 5 5,334 10-05-2016, 02:21 AM
    Thread: Benchmark 3 x EVGA GTX SC 970s (Blower) SLI x99 DDR4
Post: RE: Benchmark 3 x EVGA GTX SC 970s (Blower) SLI x9...

For future searchers, note that SLI is not necessary for hashcat - and adds overhead that actually impacts performance. Instead, allow hashcat to handle the multiple GPUs directly. https://hashcat....
royce Hardware 5 10,804 04-01-2017, 05:47 AM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

You can chain a couple of rules together: s- E s - That's - replace all dashes with spaces - title case - replace all spaces with dashes again It would be cool if E could take an argument of what ...
royce hashcat 5 4,812 04-18-2017, 08:07 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

Ah, I see. Interesting approach - could be handy. If your target character already exists in the string, you'll get some inexact results, but that might be acceptable. Actual discovered plains can be...
royce hashcat 5 4,812 04-18-2017, 10:51 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

Yeah, requesting an "e" rule seems useful. I've requested it (#1231 (https://github.com/hashcat/hashcat/issues/1231)) After the current run finishes, --loopback takes the actual plains that you fou...
royce hashcat 5 4,812 04-19-2017, 03:41 PM
    Thread: hashcat 3des against adobe?
Post: RE: hashcat 3des against adobe?

For future searchers, this issue was resolved and closed back in January 2017. https://hashcat.net/wiki/doku.php?id=example_hashes 14000 DES (PT = $salt, key = $pass) a28bc61d44bb815c:1172075784...
royce hashcat 5 7,992 05-25-2017, 04:52 PM
    Thread: do hashcat-utils use the gpu's?
Post: RE: do hashcat-utils use the gpu's?

If you are piping combinator3 output to hashcat, then if hashcat reports that it is using the GPUs, then it is. What's more likely is that the rate of wordlist generation is low enough that you'd n...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 6,382 10-19-2017, 09:40 PM
    Thread: 1050Ti benchmark
Post: RE: 1050Ti benchmark

Thanks for the benchmark! Would be handy to have a 1050 Ti benchmark on the latest version (4.0.1) also, if you have time.
royce Hardware 5 6,879 11-19-2017, 03:22 AM
    Thread: [sha256] Hash inside a hash
Post: RE: [sha256] Hash inside a hash

If it's the case that it's sha256(sha256(pass)), trying to discover that original 'pass' string is much more efficient. hashcat doesn't support that specific combo, but other tools (John the Ripper...
royce hashcat 5 3,758 11-29-2017, 02:36 AM
    Thread: [sha256] Hash inside a hash
Post: RE: [sha256] Hash inside a hash

If the first sha256 was based on a shorter, less random string, you're far better off attacking that, and then just running sha256 on it. :) But if the first sha256 is of something large or random,...
royce hashcat 5 3,758 11-29-2017, 02:49 AM
    Thread: Unable to use own hash database
Post: RE: Unable to use own hash database

Can't diagnose this without understanding more about how you are creating hashes.txt. What happens if hashes.txt contains only the MD5 example hash from the hashcat wiki (8743b52063cd84097a65d1633f...
royce hashcat 5 4,583 12-30-2017, 04:15 PM
    Thread: Unable to use own hash database
Post: RE: Unable to use own hash database

The error Hash 'hashes.txt': Line-length exception ... is not very clear. What it means is that since the system couldn't find the hashes.txt file in the current working directory, it tried to ...
royce hashcat 5 4,583 12-31-2017, 06:59 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: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Yeah, what undeath said - if we're talking about typos, or misspellings that are just a single character substitution, some rules are pretty good at transposing letters. Specifically, a ruleset like t...
royce hashcat 5 11,202 01-13-2018, 06:29 PM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Good luck! And for what it's worth, here are some nuggets for how to use kwprocessor (keyboard walk processor) and hashcat rules + stdout to generate a wordlist of typos. It's not an ideal approach...
royce hashcat 5 11,202 01-13-2018, 08:43 PM