Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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
|
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 |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Is the container mounted? You'll need to provide the path to the raw file, the raw device, or else extract the first 512 bytes and save that to a file to provide to hashcat.
Also, from your cmdline... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,771 |
08-18-2019, 05:19 PM |
|
|
Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...
Ha! I think I've just always wanted that syntax; didn't even give me pause. :D |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
13 |
5,771 |
08-18-2019, 07:29 PM |
|
|
Thread: [PrinceProcessor] Trying to change --pw-max
Post: RE: [PrinceProcessor] Trying to change --pw-max
Modify the source.
Code:
--
--- pp.c-dist 2019-01-14 21:33:46.443328919 -0900
+++ pp.c 2019-09-22 07:25:16.660698312 -0800
@@ -27,9 +27,9 @@
#define IN_LEN_MIN 1
#define IN_LEN_MAX ... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
2,080 |
09-22-2019, 05:17 PM |
|
|
Thread: [PrinceProcessor] Trying to change --pw-max
Post: RE: [PrinceProcessor] Trying to change --pw-max
Yeah, the startup time is non-trivial for sure. A big value of PRINCE is in keeping "state" about which words appear most frequently (based on their order in the original wordlist). So if that's not i... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
2,080 |
09-22-2019, 08:05 PM |
|
|
Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?
There's no way for a single mask to express optional characters (that I'm aware of).
But if you pass a file containing the masks, they are processed in succession very quickly. |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
1,925 |
09-25-2019, 06:21 PM |
|
|
Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?
Good point! True for this particular case, but not the more general case. :P ;) |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
1,925 |
09-25-2019, 10:42 PM |
|
|
Thread: Ubuntu 14.04 Hashcat command?
Post: RE: Ubuntu 14.04 Hashcat command?
Prepend "./" (because the current directory isn't in your path by default in Linux) and use the executable for your platform (cudaHashcat64.bin or the 32-bit equivalent). |
|
royce |
Old hashcat Support
|
11 |
16,491 |
11-16-2015, 02:40 AM |
|
|
Thread: Adding to .pot file
Post: RE: Adding to .pot file
There may be other ways, but quitting and restoring the hashcat session will reread the pot file. |
|
royce |
Old hashcat Support
|
4 |
6,832 |
11-29-2015, 08:02 PM |