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: Create custom dictionary
Post: RE: Create custom dictionary

Good question, jallis. devilman666, since the order is always the same, the example that I provided should apply to your case.
royce hashcat 8 13,923 04-25-2017, 03:46 PM
    Thread: Create custom dictionary
Post: RE: Create custom dictionary

Welcome! Instead of generating a custom dictionary, you're looking for a hybrid or rules-based attack, I think. With these attacks, each word in your dictionary is dynamically modified many times,�...
royce hashcat 8 13,923 04-25-2017, 03:02 PM
    Thread: compiling makefile github
Post: RE: compiling makefile github

https://github.com/hashcat/hashcat/blob/master/BUILD.md
royce Beta Tester 8 13,135 05-08-2017, 10:25 PM
    Thread: compiling makefile github
Post: RE: compiling makefile github

Briefly: * Don't use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Use a direct OS install. * Don't use aircrack-ng. Get the caps with https://github.com/ZerBea/hcxtools (or better ...
royce Beta Tester 8 13,135 05-08-2017, 11:55 PM
    Thread: Buying wordlists/rules
Post: RE: Buying wordlists/rules

Have you looked at the rulesets in ./rules/, including its subfolders?
royce General Talk 8 9,327 05-10-2017, 07:26 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

You cannot directly load the keepass file itself - you need to extract the hash to provide to hashcat.  John the Ripper's keepass2john or harmj0y's Python port of keepass2john (https://gist.github.c...
royce hashcat 8 6,754 06-04-2017, 04:45 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

If you're just using CPU, maybe try -D 1 ? More info here: https://hashcat.net/forum/thread-5566.html
royce hashcat 8 6,754 06-04-2017, 06:03 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

Could you be more specific? :)
royce hashcat 8 6,754 06-04-2017, 06:59 PM
    Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.

To cross-check your methodology, consider creating a new KeePass volume with the same specifications and a known password, then try to crack that. :)
royce hashcat 8 6,754 06-04-2017, 09:07 PM
    Thread: Best GPU
Post: RE: Best GPU

Neither. :) Go NVIDIA, 10xx series (1070, 1080, 1080Ti). If you get Founder's Edition (recommended), the vendor doesn't matter, because they all follow the same NVIDIA spec.
royce General Talk 8 9,094 06-14-2017, 08:53 PM
    Thread: Best GPU
Post: RE: Best GPU

NVIDIA.
royce General Talk 8 9,094 06-17-2017, 08:25 AM
    Thread: Warp Wallet Challenge 2
Post: RE: Warp Wallet Challenge 2

Hashcat doesn't support ad-hoc algorithms. John the Ripper supports ad-hoc algorithms, but only using certain components. Direct support would be required. This thread (https://github.com/magnumri...
royce General Talk 8 8,703 10-06-2017, 03:59 PM
    Thread: Benchmark selection
Post: RE: Benchmark selection

atom Wrote: (10-29-2017, 11:08 AM) -- Quote: -- For selecting groups of hashes for focused benchmarking, it might be useful to select all of the ones in a particular family: -- Doesn't sound ec...
royce hashcat 8 9,943 10-29-2017, 06:10 PM
    Thread: Benchmark selection
Post: RE: Benchmark selection

I am not sure which other algorithms would apply, but I imagine that some algorithms are good for testing differences between AMD/NVIDIA, or between driver versions, or between versions of hashcat. at...
royce hashcat 8 9,943 10-28-2017, 03:44 PM
    Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...

DKblue Wrote: (12-04-2017, 05:25 PM) -- Does pipe supports pause?? -- I don't think that pipe supports pause. But you can pause the entire job on Unix-likes with Control-Z, and then restore it with...
royce hashcat 8 6,107 12-06-2017, 09:06 PM
    Thread: USER:HASH
Post: RE: USER:HASH

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
royce hashcat 8 6,548 02-04-2018, 01:32 AM
    Thread: USER:HASH
Post: RE: USER:HASH

Ah, if you're asking whether you can customize the realtime output as the cracks *are actually occurring*, I'm not aware of a way to do that. But tailing the output file in a separate window will have...
royce hashcat 8 6,548 02-04-2018, 08:29 PM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

Be sure to also do the math to calculate how many password candidates these rules will eliminate compared the speed of your attack. Some of the rules you're describing won't reduce the keyspace very m...
royce General Talk 8 6,771 02-17-2018, 07:31 PM
    Thread: USER:HASH
Post: RE: USER:HASH

Yes, that's *exactly* what the link I sent you does. Please study it more closely. First, crack, using --username so that usernames are understood in the target hash file: Code: -- $ cat test...
royce hashcat 8 6,548 02-04-2018, 02:05 AM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

I'm not aware of anything dedicated that would natively provide a way to express the rules you described in the original question. At that point, you're basically looking at using python, perl, etc...
royce General Talk 8 6,771 02-22-2018, 09:29 AM