Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Known password construction
Post: RE: Known password construction
Unless you're dealing with a very slow hash, that level of processing would be a waste of time on GPU, especially when using rules. Filter it the best you can inbound, and then use rules to permute wh... |
|
royce |
hashcat
|
7 |
4,564 |
04-01-2018, 12:58 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
See also:
ALU/Nokia GPON Admin and WIFI keygen
https://git.lsd.cat/g/nokia-keygen
Hak5 forums Table of WiFi Password Standards (2016)
https://forums.hak5.org/topic/39403-table-of-wifi-passwor... |
|
royce |
User Contributions
|
182 |
305,386 |
05-05-2020, 10:59 PM |
|
|
Thread: Kerberoasting-Attack / NTLM Hash cracking
Post: RE: Kerberoasting-Attack / NTLM Hash cracking
If you know for a fact that it's *truly* 12 random characters... then it's not crackable in a reasonable amount of time.
If you do the math:
https://www.wolframalpha.com/input/?i=(26%2B26%2B34)... |
|
royce |
hashcat
|
5 |
3,976 |
08-04-2019, 08:12 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
You cannot directly load the keepass file itself - you need to extract the hash to provide to hashcat.
John the Ripper's keepass2john or harmj0y's Python port of keepass2john (https://gist.github.c... |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 04:45 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
If you're just using CPU, maybe try -D 1 ?
More info here:
https://hashcat.net/forum/thread-5566.html |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 06:03 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
Could you be more specific? :) |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 06:59 PM |
|
|
Thread: Keepass file Line-length exception.
Post: RE: Keepass file Line-length exception.
To cross-check your methodology, consider creating a new KeePass volume with the same specifications and a known password, then try to crack that. :) |
|
royce |
hashcat
|
8 |
6,754 |
06-04-2017, 09:07 PM |
|
|
Thread: keep-guessing + rules?
Post: RE: keep-guessing + rules?
Ha! I'm only about one chapter ahead of you in the book. ;)
And guess what? I should have tried it first! :)
--keep-guessing works fine with --debug-mode (for at least some attacks):
Code... |
|
royce |
hashcat
|
2 |
2,181 |
06-18-2018, 11:00 PM |
|
|
Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)+gtx1080+hashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...
It looks like OpenCL is not installed?
https://wiki.tiker.net/OpenCLHowTo |
|
royce |
hashcat
|
3 |
7,782 |
10-05-2016, 08:42 PM |
|
|
Thread: Just a small bench of OSX 10.8+ hash
Post: RE: Just a small bench of OSX 10.8+ hash
Yes, that looks good! What version of hashcat was that? (Please include hashcat version information in future benchmarks, for historical purposes).
Here's an updated benchmark:
Code:
--
$ has... |
|
royce |
Hardware
|
1 |
3,207 |
11-19-2017, 03:58 AM |
|
|
Thread: Juniper netscreen hash help
Post: RE: Juniper netscreen hash help
does the attack work against the Netscreen example hash from the hashcat wiki (https://hashcat.net/wiki/doku.php?id=example_hashes)?
nNxKL2rOEkbBc9BFLsVGG6OtOUO/8n:user |
|
royce |
hashcat
|
2 |
1,126 |
12-11-2019, 06:15 AM |
|
|
Thread: Jetson Nano Benchmarks
Post: RE: Jetson Nano Benchmarks
Hey, awesome - a nice start to a new (retro?) era for hashcat! |
|
royce |
Hardware
|
2 |
2,880 |
05-14-2019, 10:47 PM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
Try your attack against the appropriate example hash (https://hashcat.net/wiki/doku.php?id=example_hashes) to validate your approach.
Also, be aware that -m 14800 (iTunes backup >= 10.0) is a very ... |
|
royce |
hashcat
|
6 |
4,624 |
12-14-2017, 05:41 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
To be fair, the error could be more clear for people who are not proficient on the command line. Though I'm not sure how to make it better, other than to make it reeeeeeally explicit, as in:
Code:... |
|
royce |
hashcat
|
6 |
4,624 |
12-18-2017, 01:47 AM |
|
|
Thread: Itunes Backup line length
Post: RE: Itunes Backup line length
I see what you're getting at -- hmm, maybe "and/or" (since it can be either?)
Both of our suggestions are workarounds for the fact that the same syntax can be used both to specify a hash directly, ... |
|
royce |
hashcat
|
6 |
4,624 |
12-18-2017, 02:07 AM |
|
|
Thread: Its possible to do these?
Post: RE: Its possible to do these?
You can use the 'rli' tool from hashcat-utils to build a unified, deduplicated list of all of them. |
|
royce |
General Talk
|
1 |
3,202 |
11-19-2017, 02:54 AM |
|
|
Thread: Is This Possible?
Post: RE: Is This Possible?
What is the use case for wanting this behavior? If it's for a reason like this (https://hashcat.net/forum/thread-6293.html), it's not a good one. :)
Within hashcat itself, you have four options for ... |
|
royce |
hashcat
|
1 |
2,439 |
02-25-2017, 08:32 PM |
|
|
Thread: is sorting wordlist by length needed?
Post: RE: is sorting wordlist by length needed?
This is no longer necessary in modern hashcat. I've added a note to the end of that paragraph to make that explicit. Thanks for the indirect docs-bug report, always appreciated. :D |
|
royce |
hashcat
|
2 |
806 |
02-06-2020, 05:29 PM |
|
|
Thread: Is it better to use princeprocessor rather than using Hashcat alone?
Post: RE: Is it better to use princeprocessor rather tha...
I think that maykelbembibre is asking whether using PRINCE recovers more hashes per unit of time?
maykelbembibre, "efficiency" may the word that's more commonly used to talk about this. This thread... |
|
royce |
General Talk
|
7 |
7,900 |
03-27-2017, 04:19 PM |
|
|
Thread: is hashcat still support VCL?
Post: RE: is hashcat still support VCL?
VCL is no longer supported. Intel GPUs are supported via OpenCL, though there are some known problems with Intel's GPU OpenCL implementation, so YMMV. |
|
royce |
hashcat
|
3 |
2,728 |
02-27-2018, 08:06 AM |