Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: --opencl-device-types vs. reported Device #?
Post: RE: --opencl-device-types vs. reported Device #?
To make -d 2 useable you need to combine it with -D 1 |
|
atom |
hashcat
|
4 |
17,626 |
07-17-2016, 06:04 PM |
|
|
Thread: Change the apply order of rules?
Post: RE: Change the apply order of rules?
That's not possible, because of the stdin feature. We can not rewind stdin to restart with rule 2. |
|
atom |
General Talk
|
1 |
2,746 |
07-17-2016, 06:05 PM |
|
|
Thread: mask password without 3 or more recurring characters
Post: RE: mask password without 3 or more recurring char...
No, can't work from within hashcat |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
5,149 |
07-18-2016, 12:45 PM |
|
|
Thread: Incomplete hash -how to find out the password??
Post: RE: Incomplete hash -how to find out the password?...
There's no such option in hashcat to do that, but you can patch the kernel if you have some programming skills. There's a mode that does this partially, mode 5100, you can use it to get an idea of how... |
|
atom |
hashcat
|
3 |
4,303 |
07-18-2016, 12:56 PM |
|
|
Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...
It will ignore the rules that are not compatible. All the other rules are executed. |
|
atom |
hashcat
|
16 |
23,766 |
07-18-2016, 01:01 PM |
|
|
Thread: Bitslice DES S-boxes with LOP3.LUT instructions
Post: RE: Bitslice DES S-boxes with LOP3.LUT instruction...
No, it will be slower because of the register pressure |
|
atom |
hashcat
|
5 |
7,895 |
07-18-2016, 01:02 PM |
|
|
Thread: Resume is broken
Post: RE: Resume is broken
Hashcat will recognize if a wordlist changed (or was recreated). That makes sense in your case, so it's correct if it starts from 0. And that's correct to do it, because if you change it, the keyspace... |
|
atom |
hashcat
|
24 |
24,090 |
07-18-2016, 01:07 PM |
|
|
Thread: Mask-Problem for Noob.
Post: RE: Mask-Problem for Noob.
PACK is the way to go if you want to BF a keyspace that has a known password policy.
However it's a bad practice because in your case the keyspace is too large and you will propably end up with no... |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
7,023 |
07-19-2016, 08:51 AM |
|
|
Thread: Resume is broken
Post: RE: Resume is broken
The restore system is fine as it is and works well. It would be better to not use files that obviously include a BF keyspace. This is the root of your problem |
|
atom |
hashcat
|
24 |
24,090 |
07-19-2016, 08:52 AM |
|
|
Thread: device local mem size is too small, use anyway?
Post: RE: device local mem size is too small, use anyway...
Just because 2.01 didn't error it doesn't mean that there was no error. It simply didn't support mesa driver and it didn't do such deep checks.
The problem with your CPU is that the latest Intel Ope... |
|
atom |
hashcat
|
6 |
28,662 |
07-19-2016, 08:57 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 |
|
|
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: 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: 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: 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: 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: 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: 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: 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: 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 |