Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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: Do we need to drop 32 bit binaries?
Post: RE: Do we need to drop 32 bit binaries?
Suggestion: Separate them out into their own .7z archives.
That way, you can track whether anyone is downloading them. If no one is using them, you can drop them. |
|
royce |
hashcat
|
5 |
7,672 |
06-04-2016, 02:50 PM |
|
|
Thread: Hashcat 3.0 inc_vendor.cl missing
Post: RE: Hashcat 3.0 inc_vendor.cl missing
Not sure what the root cause is, but if you change the the OpenCL directory and run hashcat from there, it should work (in other words ../hashcat64.exe) |
|
royce |
hashcat
|
23 |
39,229 |
06-30-2016, 07:07 AM |
|
|
Thread: Hashcat 3 - help with hash type
Post: RE: Hashcat 3 - help with hash type
This should probably be created as a Github issue instead, in the same style as https://github.com/hashcat/hashcat/issues/398 |
|
royce |
hashcat
|
1 |
3,178 |
06-30-2016, 05:04 PM |
|
|
Thread: Crack a long list efficiently
Post: RE: Crack a long list efficiently
Of course hashcat does this - even if there are different salts. Anything else would be bizarre. |
|
royce |
hashcat
|
10 |
11,854 |
08-13-2016, 04:29 PM |
|
|
Thread: Legacy Hashcat
Post: RE: Legacy Hashcat
[hr]
https://hashcat.net/files_legacy/oclHashcat-2.01.7z
https://hashcat.net/files_legacy/cudaHashcat-2.01.7z
Be aware that if your GPUs are no longer supported by the manufacturer, they are not s... |
|
royce |
hashcat
|
1 |
2,975 |
08-13-2016, 07:39 PM |
|
|
Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory
Could you post your full command line (with any hashes redacted)? One possibility is that one of your command line options isn't in the proper order, such that hashcat is trying to load one of your l... |
|
royce |
hashcat
|
10 |
14,879 |
08-21-2016, 09:12 PM |
|
|
Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory
I'm not an expert in all of the options you're using, but it looks sane overall to me. Is there any CPU or GPU load during that period? And can you confirm that running this commandline directly, rath... |
|
royce |
hashcat
|
10 |
14,879 |
08-22-2016, 12:20 AM |
|
|
Thread: Looking for A Little Push
Post: RE: Looking for A Little Push
It sounds like you've discovered a number of options from your research. What are they? What criteria have you considered for prioritizing them? |
|
royce |
hashcat
|
9 |
10,405 |
08-23-2016, 08:48 PM |
|
|
Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?
DES and 3DES have been implemented:
https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8
Beta binaries are here: https://hashcat.net/beta/ |
|
royce |
hashcat
|
4 |
7,220 |
08-30-2016, 08:18 PM |
|
|
Thread: blowfish brute
Post: RE: blowfish brute
Just as descrypt (-m 1500) is based on DES (but is much more, because it adds rounds/stretching/etc.), and md5crypt (-m 500) is similarly derived from MD5, it is the bcrypt hash (-m 3200) that is buil... |
|
royce |
hashcat
|
17 |
24,505 |
08-31-2016, 11:22 PM |
|
|
Thread: blowfish brute
Post: RE: blowfish brute
An artificial hash is fine. The $2a$ format is indeed blowfish-based bcrypt.
Can you post the full command line you're using? |
|
royce |
hashcat
|
17 |
24,505 |
09-01-2016, 01:23 AM |
|
|
Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash
I don't know of a way to do this with hashcat today.
But the "jumbo" edition of John the Ripper has a "hidden" option (--keep-guessing) that will do this.
For CRC32, the source file has to be asse... |
|
royce |
hashcat
|
9 |
12,023 |
09-11-2016, 06:43 AM |
|
|
Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash
When using masks, hashcat uses the same sequence of passwords every time.
I haven't read your script thoroughly, but how does the script teach hashcat that it shouldn't just stop at the first one it ... |
|
royce |
hashcat
|
9 |
12,023 |
09-11-2016, 03:55 PM |
|
|
Thread: Finding all the collisions for a given hash
Post: RE: Finding all the collisions for a given hash
Ah, you're using the offset - nice! |
|
royce |
hashcat
|
9 |
12,023 |
09-11-2016, 04:39 PM |