Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Device local mem size is too small
Post: RE: Device local mem size is too small
Remove the kernels folder and try again |
|
atom |
hashcat
|
9 |
12,002 |
07-12-2016, 09:17 AM |
|
|
Thread: I'm overlooking something when implementing new algorithm: please help
Post: RE: I'm overlooking something when implementing ne...
Just a guess:
With a key 0xAAAAAAAAAAAAAAAA you do not have to care about Little endian/Big endian, because the key has always the same byte value. Try again with 0xBBBBBBBBBBBBBBBB and update your C... |
|
atom |
hashcat
|
5 |
7,712 |
07-12-2016, 09:26 AM |
|
|
Thread: rule to skip passwords with repeats
Post: RE: rule to skip passwords with repeats
That's not what rules do. What you're looking for is maskprocessors -q option. Please use maskprocessor in combination with hashcat's stdin feature. |
|
atom |
hashcat
|
2 |
3,305 |
07-12-2016, 09:31 AM |
|
|
Thread: I'm overlooking something when implementing new algorithm: please help
Post: RE: I'm overlooking something when implementing ne...
There's both swap32() and swap64() as well as swap32_S() and swap64_S() for scalar datatypes. |
|
atom |
hashcat
|
5 |
7,712 |
07-12-2016, 10:58 AM |
|
|
Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00
Please use --keyspace. You will find out that the use of --keyspace is not allowed in combination with -i, which is required to tell hashcat to increase the mask-length with each iteration by one. So ... |
|
atom |
hashcat
|
3 |
6,011 |
07-12-2016, 01:21 PM |
|
|
Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX
It's a known bug in Apples OpenCL runtime. We can't do anything on it |
|
atom |
hashcat
|
8 |
8,387 |
07-13-2016, 06:27 PM |
|
|
Thread: Hash file type something:username:email:hash
Post: RE: Hash file type something:username:email:hash
|
atom |
hashcat
|
1 |
2,813 |
07-13-2016, 06:26 PM |
|
|
Thread: CPU-only usage not allowed
Post: RE: CPU-only usage not allowed
Can you please post the output of clinfo |
|
atom |
hashcat
|
11 |
35,566 |
07-14-2016, 11:59 AM |
|
|
Thread: Nvidia fan use issues
Post: RE: Nvidia fan use issues
If you set it even lower, for example "--gpu-temp-retain 10", then it should instantly set the fan speed to 100%. Please try that and what philsmd said. |
|
atom |
hashcat
|
9 |
11,016 |
07-14-2016, 12:03 PM |
|
|
Thread: Build cluster 8X8 Geforce
Post: RE: Build cluster 8X8 Geforce
See this thread: https://hashcat.net/forum/thread-3047.html |
|
atom |
Hardware
|
6 |
7,966 |
07-14-2016, 12:05 PM |
|
|
Thread: Best strategy, attack mode or rules for certain password structure
Post: RE: Best strategy, attack mode or rules for certai...
Yes, that's simple.
1. First create a wordlist to match the CBA321: mp64.bin ?u?u?u?d?d?d -o wordlist.txt
2. Run hashcat as normal and add a rule "-j lMu4", ex: hashcat64.bin -m 6211 -w 3 tc.header... |
|
atom |
hashcat
|
1 |
3,509 |
07-14-2016, 12:10 PM |
|
|
Thread: Bitslice DES S-boxes with LOP3.LUT instructions
Post: RE: Bitslice DES S-boxes with LOP3.LUT instruction...
Bitsliced DES makes sense with brute-force -a 3 mode. Otherwise the register pressure is too strong and your data gets swapped on global memory, making everything slower than it would be without bitsl... |
|
atom |
hashcat
|
5 |
7,895 |
07-14-2016, 12:20 PM |
|
|
Thread: CPU-only usage not allowed
Post: RE: CPU-only usage not allowed
Your Intel OpenCL SDK is ways too old.
Quote:
--
Platform Name Intel(R) OpenCL
Platform Vendor ... |
|
atom |
hashcat
|
11 |
35,566 |
07-14-2016, 06:21 PM |
|
|
Thread: Is this error 2xRX480 related?
Post: RE: Is this error 2xRX480 related?
No, this is a known bug in AMD OpenCL runtime/compiler, which is part of the AMD driver. Somewhere between AMD driver version 15.12 and the current driver they made some change and this change was bad... |
|
atom |
Hardware
|
3 |
5,313 |
07-15-2016, 10:11 AM |
|
|
Thread: Segmentation fault on Mesa and AMDGPU
Post: RE: Segmentation fault on Mesa and AMDGPU
Yes, hashcat fully supports them. But they are very unstable and therefore they often crash.
To verify it's not hashcat, compile hashcat from sources with DEBUG=1 make and then run the same command... |
|
atom |
hashcat
|
3 |
6,179 |
07-15-2016, 10:16 AM |
|
|
Thread: CPU-only usage not allowed
Post: RE: CPU-only usage not allowed
Looks good, performance is good, too. |
|
atom |
hashcat
|
11 |
35,566 |
07-15-2016, 10:24 AM |
|
|
Thread: Bitslice DES S-boxes with LOP3.LUT instructions
Post: RE: Bitslice DES S-boxes with LOP3.LUT instruction...
Quote:
--
My first impression is that a < 400 speed boost for 1 high end 3k+ core GPU versus 1 outdated CPU is pretty poor
--
There's no such general statement. I think your speed, if it includes ... |
|
atom |
hashcat
|
5 |
7,895 |
07-15-2016, 10:28 AM |
|
|
Thread: Is this error 2xRX480 related?
Post: RE: Is this error 2xRX480 related?
If this is a workaround for you, just clone it from github, remove the quotes, recompile. |
|
atom |
Hardware
|
3 |
5,313 |
07-15-2016, 06:31 PM |
|
|
Thread: Segmentation fault on Mesa and AMDGPU
Post: RE: Segmentation fault on Mesa and AMDGPU
Yes, that's true. You have either switch to windows, buy a new gpu with amdgpu-pro support or stick to an older distribution. Thanks AMD :) |
|
atom |
hashcat
|
3 |
6,179 |
07-15-2016, 06:32 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 |