Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Veracrypt question
Post: RE: Veracrypt question
Follow-up - there are at least now non-boot VeraCrypt examples on the example hashes wiki page.
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
royce |
General Talk
|
6 |
16,081 |
05-15-2017, 03:33 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
|
royce |
hashcat
|
21 |
20,787 |
05-12-2017, 09:04 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
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: Default Graphics card
Post: RE: Default Graphics card
There is often a setting in the BIOS to select which GPU to use as the primary.
It shouldn't have an effect on hashcat - it should happily use them both as long as they're both supported and the dr... |
|
royce |
Hardware
|
1 |
2,757 |
05-11-2017, 03:06 PM |
|
|
Thread: custom workload
Post: RE: custom workload
Interesting. I'm not familiar with a way to divide up hashcat's resources in this way.
The only workaround that I know of would be to use --session and --restore for each of the three instances, and... |
|
royce |
hashcat
|
6 |
5,311 |
05-10-2017, 11:23 PM |
|
|
Thread: custom workload
Post: RE: custom workload
What is the use case? If you're trying to make a set of attacks more efficient for a given period of time, you'd be better off running the first attack for 20% of your timeframe, the second for 30%, a... |
|
royce |
hashcat
|
6 |
5,311 |
05-10-2017, 09:56 PM |
|
|
Thread: Buying wordlists/rules
Post: RE: Buying wordlists/rules
Have you looked at the rulesets in ./rules/, including its subfolders? |
|
royce |
General Talk
|
8 |
9,327 |
05-10-2017, 07:26 PM |
|
|
Thread: compiling makefile github
Post: RE: compiling makefile github
Briefly:
* Don't use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Use a direct OS install.
* Don't use aircrack-ng. Get the caps with https://github.com/ZerBea/hcxtools (or better ... |
|
royce |
Beta Tester
|
8 |
13,135 |
05-08-2017, 11:55 PM |
|
|
Thread: compiling makefile github
Post: RE: compiling makefile github
https://github.com/hashcat/hashcat/blob/master/BUILD.md |
|
royce |
Beta Tester
|
8 |
13,135 |
05-08-2017, 10:25 PM |
|
|
Thread: CL_PLATFORM_NOT_FOUND_KHR Error
Post: RE: CL_PLATFORM_NOT_FOUND_KHR Error
Do you have an OpenCL runtime installed?
https://hashcat.net/faq/wrongdriver
$ apt-get install ocl-icd-libopencl1 opencl-headers clinfo |
|
royce |
hashcat
|
4 |
14,441 |
05-07-2017, 10:36 PM |
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats.
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765... |
|
royce |
hashcat
|
7 |
7,751 |
05-07-2017, 04:26 PM |
|
|
Thread: sli connector tech?
Post: RE: sli connector tech?
|
royce |
Hardware
|
1 |
2,522 |
05-05-2017, 08:54 PM |
|
|
Thread: Installation script
Post: RE: Installation script
hashcat's dependenciest are not installed automatically. The second paragraph of the main page hashcat.net describes which drivers are needed, and https://hashcat.net/faq/wrongdriver describes some s... |
|
royce |
hashcat
|
2 |
8,116 |
05-04-2017, 06:56 PM |
|
|
Thread: Help with hashcat install lubuntu 17.04
Post: RE: Help with hashcat install lubuntu 17.04
That's pretty Google-able - you'll be better off if you figure that part out on your own. :) |
|
royce |
hashcat
|
3 |
3,572 |
05-03-2017, 05:02 PM |
|
|
Thread: Help with hashcat install lubuntu 17.04
Post: RE: Help with hashcat install lubuntu 17.04
I don't think that hashcat is included in the Lubuntu package system yet.
But you can download hashcat directly from https://hashcat.net/hashcat/ (the "binaries" link), extract it (with '7z x [file... |
|
royce |
hashcat
|
3 |
3,572 |
05-01-2017, 05:17 PM |
|
|
Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation
WPA2 is salted using the SSID. So rainbow tables of passwords of non-trivial length are likely to be infeasible for a given AP, other than maaaaaaaaaybe for the ones that are named "linksys" and other... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,716 |
04-30-2017, 06:33 AM |
|
|
Thread: Markov: Wordlist Generation
Post: RE: Markov: Wordlist Generation
It sounds like you're doing a lot of work to create word lists with a lot of permutations up front, and storing them.
But hashcat has features that make this less necessary. In brute force attacks,... |
|
royce |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
4,716 |
04-29-2017, 11:33 PM |
|
|
Thread: .PST to wordlist
Post: RE: .PST to wordlist
Interesting idea. I haven't worked with readpst before, but if the results are plain text, then the remaining question is how to turn emails into wordlists. Splitting the resulting text files into com... |
|
royce |
hashcat
|
4 |
5,249 |
04-26-2017, 03:13 PM |
|
|
Thread: Create custom dictionary
Post: RE: Create custom dictionary
Good question, jallis.
devilman666, since the order is always the same, the example that I provided should apply to your case. |
|
royce |
hashcat
|
8 |
13,923 |
04-25-2017, 03:46 PM |