Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Mask prepend string performance
Post: RE: Mask prepend string performance
If it's MD5, just append the known substring as a salt. That means, have a hash file in this format:
hash:pass
And then use -m 20 to crack it with the mask ?l?l?l?l?l?l
That should give you a... |
|
atom |
hashcat
|
5 |
5,525 |
07-22-2016, 10:20 AM |
|
|
Thread: HC3 not working, vs HC2
Post: RE: HC3 not working, vs HC2
No, the opposite. OpenCL is faster, but requires a more modern GPU. That is Shader Model 5.0 or higher. See here: https://docs.google.com/spreadsheets/d/1B1S_t1Z0KsqByH3pNkYUM-RCFMu860nlfSsYEqOoqco/ed... |
|
atom |
hashcat
|
4 |
4,994 |
07-21-2016, 10:29 AM |
|
|
Thread: Mask Attack -> Approaching Final Keyspace
Post: RE: Mask Attack -> Approaching Final Keyspace
This is pebkac!
Such a keyspace is done in no time: 10 * (4 ^ 12) = 167,772,160 |
|
atom |
hashcat
|
9 |
14,441 |
07-21-2016, 10:27 AM |
|
|
Thread: Mask prepend string performance
Post: RE: Mask prepend string performance
It's not a bug, it's how it's designed. Depending on the hash-type, which you didn't specify, you can workaround this easily. |
|
atom |
hashcat
|
5 |
5,525 |
07-21-2016, 10:24 AM |
|
|
Thread: crack rar
Post: RE: crack rar
Yes, RAR3 with header encryption and RAR5 is supported. RAR3 without header encryption is not supported. |
|
atom |
hashcat
|
5 |
10,704 |
07-21-2016, 10:22 AM |
|
|
Thread: Hashcat 3.0 inc_vendor.cl missing
Post: RE: Hashcat 3.0 inc_vendor.cl missing
I've added this hack to the current upstream and created a beta: https://hashcat.net/beta/
Can you please try it out? Make sure to _not_ have set the TMP variable when you try the new beta |
|
atom |
hashcat
|
23 |
39,240 |
07-21-2016, 10:09 AM |
|
|
Thread: Hashcat 3.0 inc_vendor.cl missing
Post: RE: Hashcat 3.0 inc_vendor.cl missing
This is a nice hack, thanks |
|
atom |
hashcat
|
23 |
39,240 |
07-21-2016, 09:44 AM |
|
|
Thread: Python script for generating Toggle rules
Post: RE: Python script for generating Toggle rules
|
atom |
User Contributions
|
1 |
4,093 |
07-21-2016, 09:41 AM |
|
|
Thread: Insufficient memory, md5 combo
Post: RE: Insufficient memory, md5 combo
Sure, you need to remove the username first. Use "cut" to do that. |
|
atom |
hashcat
|
3 |
4,674 |
07-21-2016, 09:41 AM |
|
|
Thread: HC3 not working, vs HC2
Post: RE: HC3 not working, vs HC2
Do this and it will work:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do |
|
atom |
hashcat
|
4 |
4,994 |
07-21-2016, 09:39 AM |
|
|
Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...
Quote:
--
In other words, for now, I need to split the provided rules\d3ad0ne.rule into GPU and CPU rules to have all of them run?
--
Yes, that's a pretty good idea.
Quote:
--
Is it planned to ... |
|
atom |
hashcat
|
16 |
23,766 |
07-20-2016, 10:08 AM |
|
|
Thread: Insufficient memory, md5 combo
Post: RE: Insufficient memory, md5 combo
Try without --username, it takes alot of extra memory. |
|
atom |
hashcat
|
3 |
4,674 |
07-20-2016, 10:07 AM |
|
|
Thread: legacy hashcat question
Post: RE: legacy hashcat question
There's no true generic kernel. There's always a limit. In theory, you could have a 25gb long bytestream as salt. That would propably exceed your GPU ram. But even such a thing could be supported, but... |
|
atom |
hashcat
|
3 |
4,589 |
07-20-2016, 10:06 AM |
|
|
Thread: Resume is broken
Post: RE: Resume is broken
Yes, that's the reason. The dictstat does not work with removeable drives. Anyway you shouldn't use files. If you want to skip repeating character you can use maskprocessor and pipe it to hashcat via ... |
|
atom |
hashcat
|
24 |
24,090 |
07-20-2016, 10:02 AM |
|
|
Thread: inc_vendor.cl errors
Post: RE: inc_vendor.cl errors
Either that, and I'm not certain if 15.12 supports the 380x, or you patch it out manually |
|
atom |
hashcat
|
3 |
4,657 |
07-20-2016, 09:58 AM |
|
|
Thread: Old format available?
Post: RE: Old format available?
There's no algorithm that you can use out of the box to do that. You need to patch a kernel. |
|
atom |
hashcat
|
3 |
3,975 |
07-19-2016, 09:21 AM |
|
|
Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...
With hashcat v3.00 there's a chance that some of the rules, for example the @ rule, can be support. This requires some extension. Since it's unclear yet which rules I can make to work and which not it... |
|
atom |
hashcat
|
16 |
23,766 |
07-19-2016, 09:16 AM |
|
|
Thread: Using multiple dictionary for IPv6?
Post: RE: Using multiple dictionary for IPv6?
IPv6 has a keyspace of 128 bits, you can't BF it. |
|
atom |
hashcat
|
2 |
3,411 |
07-19-2016, 09:09 AM |
|
|
Thread: Rx 480 Fails
Post: RE: Rx 480 Fails
I'll buy a rx480 as soon as there will be the first OEM versions out hopefully fix the 6pin power problem. Then I can try to workaround the bugs made by AMD. |
|
atom |
hashcat
|
1 |
3,462 |
07-19-2016, 09:05 AM |
|
|
Thread: inc_vendor.cl errors
Post: RE: inc_vendor.cl errors
See here: https://hashcat.net/forum/thread-5653-post-30374.html#pid30374 |
|
atom |
hashcat
|
3 |
4,657 |
07-19-2016, 08:58 AM |