Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: MD5 With salt how to save only cracked hash with email etc
Post: RE: MD5 With salt how to save only cracked hash wi...
Scripting. There's no canned way to do this. You could group your other data into an overloaded username field, and then use --username. |
|
royce |
hashcat
|
4 |
3,079 |
04-14-2018, 06:47 PM |
|
|
Thread: md5($salt1,password,$salt2) ?
Post: RE: md5($salt1,password,$salt2) ?
That should be irrelevant. Only how special characters (like "?") are escaped on the OS-native command line (not a hashcat issue) should vary between the platforms. |
|
royce |
hashcat
|
5 |
3,103 |
11-11-2018, 03:25 PM |
|
|
Thread: md5(md5($pass)$salt) for hash code 1$
Post: RE: md5(md5($pass)$salt) for hash code 1$
You're mean, radix. 1$ [sic] seemed like a pretty competitive offer to me. ;) |
|
royce |
General Talk
|
2 |
4,191 |
09-11-2016, 05:33 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
Yeah, it sounds like you need a mode that I don't think hashcat currently supports:
md5(md5($salt).md5($pass))
You could then format your hashes as [hash]:[username], and use the username as the... |
|
royce |
hashcat
|
21 |
20,787 |
05-12-2017, 01:33 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
I haven't tried it, but MDXfind might support it? It lists "MD5-MD5SALTMD5PASS". MDXfind supports CPU. |
|
royce |
hashcat
|
21 |
20,787 |
05-12-2017, 02:04 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
|
royce |
hashcat
|
21 |
20,787 |
05-12-2017, 09:04 AM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary.
If/when it becomes necessary, the migration will vary, based on wh... |
|
royce |
hashcat
|
8 |
2,472 |
10-12-2019, 08:44 AM |
|
|
Thread: Migrating from Passware to Hashcat (need guidance and opinion of experts here)
Post: RE: Migrating from Passware to Hashcat (need guida...
Switching to hashcat, you will definitely be able to get a lot more performance out of your hardware for a number of hash types, but it comes at a price: less point-and-click automation. You'll need t... |
|
royce |
hashcat
|
2 |
2,352 |
02-06-2019, 07:40 AM |
|
|
Thread: Minimun GPU mem requirements
Post: RE: Minimun GPU mem requirements
Hmm - not sure how this translates into total RAM, but the value checked by OpenCL in the code is here:
https://github.com/hashcat/hashcat/blob/master/src/opencl.c#L3076-L3085
Code:
--
... |
|
royce |
hashcat
|
3 |
3,643 |
12-08-2017, 05:00 PM |
|
|
Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat
I'd also run a benchmark (hashcat -b -m 0) to quickly determine if it's a setup problem vs an attack methodology problem. If your driver/etc are set up correctly, a benchmark should peg all available ... |
|
royce |
Hardware
|
9 |
6,982 |
05-18-2018, 04:45 AM |
|
|
Thread: Missing characters from hashcat brute-force?
Post: RE: Missing characters from hashcat brute-force?
Yes, the default incremental mode is not a full brute force, but rather one that is optimized for likely candidates without being exhaustive:
Guess.Mask.......: ?1?2?2?2?2?2?2?3 [8]
Guess.Charset.... |
|
royce |
hashcat
|
2 |
705 |
05-26-2020, 08:16 PM |
|
|
Thread: Missing example hashes
Post: RE: Missing example hashes
I'll take a look. Thanks for the heads-up!
Note that you can often use 'hashcat --example-hashes' as a workaround. |
|
royce |
hashcat
|
3 |
1,880 |
02-07-2019, 04:05 PM |
|
|
Thread: Missing example hashes
Post: RE: Missing example hashes
OK, I've done the easy ones (that don't require a file upload to hashcat.net), and I've made inquiries about the remainder. Thanks again - good eye! |
|
royce |
hashcat
|
3 |
1,880 |
02-07-2019, 04:30 PM |
|
|
Thread: Mode 7 (Hybrid Mask + Wordlist) only using 1 GPU?
Post: RE: Mode 7 (Hybrid Mask + Wordlist) only using 1 G...
There is an asymmetry in left-hand-side vs right-hand-side work capabilities. See
https://hashcat.net/forum/thread-1276-post-6965.html#pid6965 |
|
royce |
hashcat
|
1 |
2,062 |
05-14-2018, 04:44 PM |
|
|
Thread: Modify the hash file and continue the attack at the same point
Post: RE: Modify the hash file and continue the attack a...
I'm not aware of a way to do this.
But wouldn't this mean that all of your previous attack wouldn't ever be applied to the new hash? |
|
royce |
hashcat
|
3 |
662 |
06-22-2020, 08:31 PM |
|
|
Thread: Most Efficient KeePass Path of Mix Dictionary and characters
Post: RE: Most Efficient KeePass Path of Mix Dictionary ...
Not much to optimize here; you're the person best positioned to guess what your own password was. SLI is irrelevant (and even contraindicated; I'd remove it and let hashcat manage the GPUs directly). ... |
|
royce |
hashcat
|
1 |
1,488 |
11-10-2018, 07:45 AM |
|
|
Thread: MS Office 2019 hashes
Post: RE: MS Office 2019 hashes
According to this John the Ripper pull request (https://github.com/magnumripper/JohnTheRipper/pull/3460) from @dhiru, they're the same. |
|
royce |
General Talk
|
2 |
2,622 |
11-14-2018, 05:53 PM |
|
|
Thread: MS Office NON-ASCII characters
Post: RE: MS Office NON-ASCII characters
Hmm, no strong ideas here yet from me.
Cross-check idea: what method are you using to extract the MS Office hashes? Have you verified your method by setting a simple ASCII password, extracting it, ... |
|
royce |
hashcat
|
2 |
2,072 |
05-21-2018, 05:33 PM |
|
|
Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?
Some attack modes do work with a path to a folder. |
|
royce |
hashcat
|
2 |
4,186 |
02-27-2017, 03:02 AM |
|
|
Thread: Multiple hash type mode
Post: RE: Multiple hash type mode
Huh, I didn't know this. Not sure what is the best way to express this in the --help output, but it feels important enough to try. |
|
royce |
hashcat
|
8 |
3,443 |
08-26-2019, 03:38 PM |