Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Invalid argument
Post: RE: Invalid argument
@rico is right - you've got a stray hyphen (or if your filename actually begins with a dash, you'll need to rename it)
And I'm sorry to be the bearer of sad news, but your other question is right -... |
|
royce |
hashcat
|
8 |
10,910 |
03-29-2017, 02:33 PM |
|
|
Thread: What GPU and CPU is ideal for Penetration testing role job?
Post: RE: What GPU and CPU is ideal for Penetration test...
More cores is good. Current state of the art is NVIDIA (because of the LOPT3.LUT instruction set, I think?) |
|
royce |
Hardware
|
11 |
13,250 |
03-30-2017, 06:14 PM |
|
|
Thread: What GPU and CPU is ideal for Penetration testing role job?
Post: RE: What GPU and CPU is ideal for Penetration test...
It is definitely supported by hashcat. Some benchmarks from @epixoip are here:
https://gist.github.com/epixoip/973da7352f4cc005746c627527e4d073 |
|
royce |
Hardware
|
11 |
13,250 |
04-01-2017, 12:01 AM |
|
|
Thread: Benchmark 3 x EVGA GTX SC 970s (Blower) SLI x99 DDR4
Post: RE: Benchmark 3 x EVGA GTX SC 970s (Blower) SLI x9...
For future searchers, note that SLI is not necessary for hashcat - and adds overhead that actually impacts performance. Instead, allow hashcat to handle the multiple GPUs directly.
https://hashcat.... |
|
royce |
Hardware
|
5 |
10,788 |
04-01-2017, 05:47 AM |
|
|
Thread: What GPU and CPU is ideal for Penetration testing role job?
Post: RE: What GPU and CPU is ideal for Penetration test...
PCI-E lanes are good for gaming, but hashcat does not care. x1 would even be sufficient for hashcat.
If you intend to use the system for multiple password-auditing purposes, a minimum of x4 might ... |
|
royce |
Hardware
|
11 |
13,250 |
04-03-2017, 07:24 PM |
|
|
Thread: hashcat v3.5.0
Post: RE: hashcat v3.5.0
Thanks especially for sha1crypt!
My 3x 1080 FE + 3x EVGA 970 SC benchmarks are here:
Raw: https://gist.github.com/roycewilliams/0d6a837a5c47de36f9aa9c7953384017
Table: (one line per total speed): ht... |
|
royce |
hashcat
|
9 |
18,853 |
04-05-2017, 06:22 PM |
|
|
Thread: Problems with CRC32
Post: RE: Problems with CRC32
hashcat's crc32 implementation expects a second field.
From the example hashes (https://hashcat.net/wiki/doku.php?id=example_hashes):
5. You can consider the second part as a “salt”. If it is ... |
|
royce |
hashcat
|
2 |
3,970 |
04-15-2017, 08:03 PM |
|
|
Thread: Hashcat clCreateContext(): CL_INVALID_DEVICE error
Post: RE: Hashcat clCreateContext(): CL_INVALID_DEVICE e...
As you can see from the automatic string substitution that happens here in the forums, The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)'s OpenCL handling is problematic. This problem is almos... |
|
royce |
hashcat
|
3 |
6,971 |
04-16-2017, 04:45 PM |
|
|
Thread: Hashcat clCreateContext(): CL_INVALID_DEVICE error
Post: RE: Hashcat clCreateContext(): CL_INVALID_DEVICE e...
Understood. As far as use of hashcat itself is concerned, you're not doing anything wrong.
And your driver looks current. If you're working from a clean setup as described here (https://hashcat.n... |
|
royce |
hashcat
|
3 |
6,971 |
04-17-2017, 07:11 AM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
You can chain a couple of rules together:
s- E s -
That's
- replace all dashes with spaces
- title case
- replace all spaces with dashes again
It would be cool if E could take an argument of what ... |
|
royce |
hashcat
|
5 |
4,812 |
04-18-2017, 08:07 PM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
Ah, I see. Interesting approach - could be handy. If your target character already exists in the string, you'll get some inexact results, but that might be acceptable.
Actual discovered plains can be... |
|
royce |
hashcat
|
5 |
4,812 |
04-18-2017, 10:51 PM |
|
|
Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars
Yeah, requesting an "e" rule seems useful. I've requested it (#1231 (https://github.com/hashcat/hashcat/issues/1231))
After the current run finishes, --loopback takes the actual plains that you fou... |
|
royce |
hashcat
|
5 |
4,812 |
04-19-2017, 03:41 PM |
|
|
Thread: How to decrypt CSS/CPPM?
Post: RE: How to decrypt CSS/CPPM?
What's the definition of "clean" in this context? |
|
royce |
General Talk
|
4 |
5,241 |
04-23-2017, 03:17 PM |
|
|
Thread: Create custom dictionary
Post: RE: Create custom dictionary
Welcome!
Instead of generating a custom dictionary, you're looking for a hybrid or rules-based attack, I think. With these attacks, each word in your dictionary is dynamically modified many times,�... |
|
royce |
hashcat
|
8 |
13,923 |
04-25-2017, 03:02 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 |
|
|
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: 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: 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: 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: 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 |