Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX
You're attacking bcrypt, what do you expect? |
|
atom |
hashcat
|
8 |
8,387 |
07-11-2016, 11:18 AM |
|
|
Thread: cuModuleLoad 301 error with GTX 1080
Post: RE: cuModuleLoad 301 error with GTX 1080
Is this a joke or what? Your own screenshot says it's v2.01 not v3.00. Use v3.00 and it will work |
|
atom |
hashcat
|
2 |
4,384 |
07-11-2016, 04:36 PM |
|
|
Thread: Device local mem size is too small
Post: RE: Device local mem size is too small
Long time ago that I've seen this error message. You clearly need to update your driver(s) and OpenCL runtime(s). Not a hashcat problem. See wiki for detailed information |
|
atom |
hashcat
|
9 |
12,002 |
07-11-2016, 04:38 PM |
|
|
Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX
Wait, bcrypt have different settings of iterations. Maybe you're trying to crack a bcrypt with a higher iteration than the hash you tried to crack before. |
|
atom |
hashcat
|
8 |
8,387 |
07-11-2016, 04:39 PM |
|
|
Thread: Problem with LM aad3b435b51404ee
Post: RE: Problem with LM aad3b435b51404ee
Clearly a bug. Please open a GitHub Isuee |
|
atom |
hashcat
|
2 |
5,169 |
07-12-2016, 09:14 AM |
|
|
Thread: Outfile Formats and WPA(2)
Post: RE: Outfile Formats and WPA(2)
There's atm no way to do it |
|
atom |
hashcat
|
2 |
3,590 |
07-12-2016, 09:16 AM |
|
|
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: 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: 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: 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: 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: 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 |