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 [desc] Views Posted
    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
    Thread: Help with spaces and rules
Post: RE: Help with spaces and rules

'head' just shows the first X lines of output (the default is 10 lines). This is just to make the output shorter, and give a sample from the beginning of the output.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,809 02-10-2018, 06:30 PM
    Thread: Help with spaces and rules
Post: RE: Help with spaces and rules

Maybe single quotes vs double quotes? (Are you Windows?) Here's a working example. I generate a ruleset that sounds sort of like what you're after (though I'm *appending* space and two digits): ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,809 02-06-2018, 03:10 AM
    Thread: Linux GPU accelerated cracking
Post: RE: Linux GPU accelerated cracking

Skip K-a-l-i. I'd go straight to release of Ubuntu 16.04 LTS, and then set up using these instructions: https://hashcat.net/faq/wrongdriver ... and this version of the drivers directly from AMD:...
royce hashcat 5 10,071 02-22-2018, 04:36 PM
    Thread: Bcrypt Blowfish Unix Hash
Post: RE: Bcrypt Blowfish Unix Hash

This all looks like you're doing it right (may want to post commandline just in case, with hash masked if you're using it on the command line).
royce hashcat 5 5,603 02-27-2018, 05:36 PM
    Thread: Variable mask in the middle of the password
Post: RE: Variable mask in the middle of the password

I'm not sure that I fully understand the use case. Can you provide a contrived example? For at least some part of the attack, you can hard-code a prefix and suffix: Code: -- $ hashcat --stdou...
royce hashcat 5 3,851 03-18-2018, 12:18 AM
    Thread: hash mode numbering logic
Post: RE: hash mode numbering logic

There is also a broad kind of namespace management that seems to have started later, where types are grouped. For example, most of the MS Office ones are near each other, etc. When someone adds a mode...
royce hashcat 5 4,201 03-21-2018, 04:25 PM
    Thread: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc
Post: RE: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc

For computational power (adjusting for any overclocking done by other manufacturers), performance should be identical. For quality of other components, and cooling design, brands will vary - except...
royce Hardware 5 4,472 04-22-2018, 07:58 PM