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 [asc] Posted
    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: 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: [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: 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: 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: 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 / 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: 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: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

Running a hybrid attack on a single mask against a single hash would indeed be pretty inefficient.
royce hashcat 7 3,762 01-05-2019, 01:12 AM
    Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack

Wow, this is going to be a game-changer! If feasible, one UX request: Please do what JtR does here and warn the user about any "calculatable" efficiency thresholds into this new mode. For example, a ...
royce Beta Tester 21 3,762 09-29-2020, 05:03 PM
    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: [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: No Device Found Error
Post: RE: No Device Found Error

K a l i is known to not be very Open-CL friendly. But generally, if OpenCL can see your devices, hashcat should work.
royce hashcat 4 3,682 12-07-2017, 08:37 AM
    Thread: No Device Found Error
Post: RE: No Device Found Error

I personally prefer something like Ubuntu (desktop or server), but I don't think there's a difference in compute power.
royce hashcat 4 3,682 12-08-2017, 01:26 AM