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 [desc] Posted
    Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack

"Association" is a general term here that allows attacks to be targets *on a per-hash basis*. In other words, you don't have to try each word against each hash. Instead, you can try just one word ag...
royce Beta Tester 21 3,762 10-01-2020, 05:20 PM
    Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack

atom Wrote: (09-30-2020, 12:11 PM) -- Code: -- The wordlist or mask that you are using is too small. This means that hashcat cannot use the full parallel power of your device(s). Unless you supp...
royce Beta Tester 21 3,762 09-30-2020, 05:57 PM
    Thread: Speeding up prince
Post: RE: Speeding up prince

How big were the rulesets? Do you get better performance if you add a larger ruleset, like dive?
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 3,801 06-07-2018, 03:21 AM
    Thread: Speeding up prince
Post: RE: Speeding up prince

You're welcome - enjoy!
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 3,801 06-07-2018, 06:32 PM
    Thread: Hashcat / Palo Alto Question
Post: RE: Hashcat / Palo Alto Question

Since the password must be used in plain text against AD, this must either be A) simple obfuscation, or B) encryption, with a static private key or key construction methodology. Either way, this i...
royce General Talk 1 3,816 11-19-2017, 03:07 AM
    Thread: How to use hashcat to crack a PPT file password?
Post: RE: How to use hashcat to crack a PPT file passwor...

The MS Office modes should also support PowerPoint files.
royce hashcat 6 3,816 11-17-2018, 10:59 PM
    Thread: Solution to use very large wordlist
Post: RE: Solution to use very large wordlist

Discussion of speed needs to know what type of hash is the target. Either: A) your attack is malformed (can you post your syntax, omitting any real hashes?), or b) it's a pretty fast hash and y...
royce hashcat 4 3,817 05-12-2018, 03:53 PM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

By default, cracks will be written to hashcat.potfile - you don't need -o. If you use -o, hashcat assumes that you're semi-automating something and a lot of the output is suppressed.
royce hashcat 9 3,829 02-10-2019, 08:33 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: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

This is sort of interesting. I haven't used John's rules enough to have been familiar with the S rule! I see that it's not implemented in hashcat. Requesting that via a hashcat GitHub issue might b...
royce hashcat 4 3,841 01-26-2018, 08:13 AM
    Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

Tying in the issue for the thread: https://github.com/hashcat/hashcat/issues/1502
royce hashcat 4 3,841 01-31-2018, 05:41 AM
    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: Combinator - how to save combined files.
Post: RE: Combinator - how to save combined files.

I assume that you know that you could just regenerate them when you need them, and save the disk space. :) But saving general command output to a file is an OS/commandline thing - just basic redire...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 3,857 07-07-2018, 12:02 AM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

There is no relationship between WPA2 hash speed and wireless bandwidth speeds.
royce hashcat 6 3,866 05-17-2018, 09:58 PM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

Nope. Totally unrelated ... unless you're using the router itself to crack hashes ;)
royce hashcat 6 3,866 05-18-2018, 04:44 AM
    Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed

Ooh, that's good to know - thanks!
royce hashcat 6 3,901 06-16-2018, 10:05 PM
    Thread: clGetEventProfilingInfo(): error on EVGA 1080ti
Post: RE: clGetEventProfilingInfo(): error on EVGA 1080t...

What's the output of hashcat -IĀ and nvidia-smi?
royce hashcat 3 3,905 11-19-2017, 02:16 AM
    Thread: clGetEventProfilingInfo(): error on EVGA 1080ti
Post: RE: clGetEventProfilingInfo(): error on EVGA 1080t...

A well-rounded success story. Thanks for the update. :)
royce hashcat 3 3,905 11-19-2017, 07:15 PM
    Thread: Hashcat command
Post: RE: Hashcat command

To verify your approach, you can use the --stdout parameter to check to see what is being output.
royce hashcat 3 3,910 01-12-2018, 06:38 AM