Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Invalid argument
Post: RE: Invalid argument
Works for me, using 3.40 release on Ubuntu:
Code:
--
$ wget 'https://hashcat.net/misc/example_hashes/hashcat.hccapx'
--2017-03-26 16:06:58-- https://hashcat.net/misc/example_hashes/hashcat.hc... |
|
royce |
hashcat
|
8 |
10,910 |
03-27-2017, 02:08 AM |
|
|
Thread: Invalid argument
Post: RE: Invalid argument
Hmm - interesting. Can you post the full command line (but hiding any sensitive or non-public hashes?) |
|
royce |
hashcat
|
8 |
10,910 |
03-27-2017, 04:24 PM |
|
|
Thread: Pause/ resume with different dictionary
Post: RE: Pause/ resume with different dictionary
I don't know that there's a lot of value in changing the dictionary midstream. If you are 10M lines into your current dictionary when the restore file is updated, and then you quit, change the diction... |
|
royce |
hashcat
|
2 |
3,245 |
03-29-2017, 02:15 PM |
|
|
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: 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: 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: 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 |
|
|
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: 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: 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: 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 |