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 [asc] Replies Views Posted
    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: NEED HELP WITH HASHCAT
Post: RE: NEED HELP WITH HASHCAT

* You should definitely use hashcat 4.0.1 * Please don't use the word 'dehash'; that's not what any hash-cracking utility does (because it implies reversing a hash, which is by definition impossible ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 3,125 11-19-2017, 01:30 AM
    Thread: PrinceProcessor now open source
Post: RE: PrinceProcessor now open source

I have changed ELEM_CNT_MAX, but have not tried changing OUT_LEN_MAX.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 20,294 11-19-2017, 01:39 AM
    Thread: maskprocessor to output in HEX?
Post: RE: maskprocessor to output in HEX?

Not sure if this matches your use case, but FWIW, hops suggested this workaround: Code: -- $ ./mp64.bin -1 ?dabcdef '$HEX[?1?1]' $HEX[00] $HEX[01] $HEX[02] $HEX[03] $HEX[04] $HEX[05] $HEX...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,357 11-25-2017, 10:34 PM
    Thread: Trying to understand RLI and RLI2 better
Post: RE: Trying to understand RLI and RLI2 better

The purpose of rli is to diff two lists, and only show the new ones in the new file. It's not a dedupe tool. For general dedupe, sort -u is your go-to for this. I use this alias (adjust parameters to...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,745 12-25-2017, 08:57 PM
    Thread: New
Post: RE: New

Wiping a hard drive for reuse doesn't usually involve having to provide a password. Unless you're trying to revive drives that were wiped with ATA Secure Erase and have a security password set on ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,683 01-12-2018, 05:37 AM
    Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume

This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,522 01-07-2018, 12:01 AM
    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: Differences in keyspace
Post: RE: Differences in keyspace

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 07:00 AM
    Thread: Differences in keyspace
Post: RE: Differences in keyspace

Ah, I didn't properly read the original question. Larrax, this looks like it should be opened as a GitHub issue against hashcat-utils; could you do the honors? https://github.com/hashcat/hashcat...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 5,884 04-26-2018, 05:17 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

There is indeed a max length for princeprocessor. https://github.com/hashcat/princeprocessor/blob/master/src/pp.c#L32 You'll need to modify the source, increase PW_MAX to at least 20 (in your ca...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 04:27 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

YW. Make sure that PW_MAX is 4x the length of your longest word. Enjoy!
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 05:20 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

Assuming a dictionary whose longest word length is (for example) 12, and a four-word passphrase, then the maximum length of the entire passphrase is 12 x 4 = 48.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-24-2018, 06:25 AM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

If we assume that the four words are Diceware-style, and truly chosen at random from a list, then for a four-word passphrase, princeprocessor would properly try "barnbarnbarnbarn', etc, but IIRC combi...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,901 05-23-2018, 05:16 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: 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,856 07-07-2018, 12:02 AM
    Thread: cl platform not found
Post: RE: cl platform not found

Try refreshing the entire stack with the applicable instructions from this question in the FAQ: https://hashcat.net/faq/wrongdriver
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,339 09-09-2018, 03:33 AM
    Thread: A very special mask
Post: RE: A very special mask

You'll want to use https://thesprawl.org/projects/pack/#policygen .. but that will only solve most of your question, not the "no repeated characters" part. But in practice, most hashes are fas...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,670 09-27-2018, 05:20 PM