Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: What's wrong with AMD & RAR3-HP
Post: RE: What's wrong with AMD & RAR3-HP
Please try to reproduce with latest beta (88) and report back |
|
atom |
hashcat
|
9 |
9,372 |
02-01-2017, 12:12 PM |
|
|
Thread: CL Build Failure
Post: RE: CL Build Failure
The MESA OpenCL runtime is broken like hell. You need to upgrade to a newer GPU to use the vendor drivers which include the vendors own OpenCL runtime. |
|
atom |
hashcat
|
5 |
10,125 |
02-03-2017, 01:16 PM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
You just need to feed hashcat with the candidates. It will try them in the same order as your send them in. IOW, you need to write your own password candidate generator or use any external one and pip... |
|
atom |
hashcat
|
20 |
24,729 |
02-03-2017, 01:17 PM |
|
|
Thread: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR
Post: RE: NvAPI_GPU_GetThermalSettings() -1 NVAPI_ERROR
Maybe the driver update solved your issues |
|
atom |
hashcat
|
9 |
14,905 |
02-03-2017, 01:19 PM |
|
|
Thread: Noob: HMAC-SHA256 message digest and key
Post: RE: Noob: HMAC-SHA256 message digest and key
The message is too long (max 50 bytes). See here for format: https://hashcat.net/wiki/doku.php?id=example_hashes |
|
atom |
hashcat
|
3 |
5,617 |
02-03-2017, 01:21 PM |
|
|
Thread: Noob: HMAC-SHA256 message digest and key
Post: RE: Noob: HMAC-SHA256 message digest and key
It's a hashcat limitation not a limitation caused by the algorithm itself. |
|
atom |
hashcat
|
3 |
5,617 |
02-06-2017, 10:09 PM |
|
|
Thread: Hex ch and small problem
Post: RE: Hex ch and small problem
?b doesn't make sense because DES strips the highest bit and you'll end up with a 56 bit keyspace. That's what DES_full.charset is optimized for, to search only within this 56 bit keyspace. |
|
atom |
hashcat
|
14 |
12,596 |
02-06-2017, 10:11 PM |
|
|
Thread: Setting Up Hashcat on IDE
Post: RE: Setting Up Hashcat on IDE
I think most people do not use an IDE when it comes to system programming. I use editplus on windows as editor (it's by far the fastest editor I know) but do the compiling, debugging, cracking and eve... |
|
atom |
hashcat
|
2 |
3,617 |
02-06-2017, 10:16 PM |
|
|
Thread: Write rules
Post: RE: Write rules
Rules reference: https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
atom |
hashcat
|
2 |
3,347 |
02-06-2017, 10:19 PM |
|
|
Thread: Long Passwords (MDcrypt)
Post: RE: Long Passwords (MDcrypt)
Correct, but for -m 500 only. |
|
atom |
hashcat
|
1 |
2,849 |
02-06-2017, 10:20 PM |
|
|
Thread: New hccapx format explained
Post: New hccapx format explained
A few days ago a user came into the #hashcat IRC channel and reported to have problems cracking one of his WPA handshake captures. No worries, the user knew the password to the WPA handshake so this s... |
|
atom |
User Contributions
|
49 |
179,647 |
02-06-2017, 10:29 PM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
martin.po21 Wrote: (02-06-2017, 11:39 PM)
--
However, I tested this on a capture file I already cracked and therefor I know capture is indeed valid (ATT?d?d?d network with default pass of 10 digits)-... |
|
atom |
User Contributions
|
49 |
179,647 |
02-07-2017, 11:28 AM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
rico Wrote: (02-07-2017, 01:01 AM)
--
Great stuff, handshake capturing always a tricky business. I just gave cap2hccapx a quick spin but didn't have much luck either I'm afraid. cap2hccapx seems to i... |
|
atom |
User Contributions
|
49 |
179,647 |
02-07-2017, 11:49 AM |
|
|
Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update
BettyBoop51 Wrote: (02-07-2017, 01:17 AM)
--
But the truth is that the rule-based attack suffers from the same speed performance even with the 16.40 drivers.
16.40, 16.50, and now 16.60... hashca... |
|
atom |
General Talk
|
35 |
48,976 |
02-07-2017, 11:52 AM |
|
|
Thread: Speed drop with hashfile parameter
Post: RE: Speed drop with hashfile parameter
Note that this is not a "reduction". It's important to mention this, otherwise one could think the multihash search algorithm in hashcat is really bad. The reason here is because some hashes can make ... |
|
atom |
hashcat
|
2 |
2,933 |
02-07-2017, 11:59 AM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
After some testing, that error:
Quote:
--
Invalid hccapx eapol size
--
and/or
Quote:
--
Invalid hccapx signature
--
is somehow related to windows beta binaries. We'll try to fix. |
|
atom |
User Contributions
|
49 |
179,647 |
02-07-2017, 12:09 PM |
|
|
Thread: New hccapx format explained
Post: RE: New hccapx format explained
I've just upload hashcat beta 104. With it, you should be able to load the hccapx on windows, too. If it works I don't need the .cap. |
|
atom |
User Contributions
|
49 |
179,647 |
02-07-2017, 12:29 PM |
|
|
Thread: Hex ch and small problem
Post: RE: Hex ch and small problem
Quote:
--
with this 1 year 59 days
-1 charsets/DES_full.charset
-2 charsets/DES_0_9.charset
?2?1?1?1?1?1?1?1
where DES_0_9.charset is without ABCDEF
--
This totally makes no sense. Do not ... |
|
atom |
hashcat
|
14 |
12,596 |
02-08-2017, 11:46 AM |
|
|
Thread: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR
Post: RE: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR
Please retry with latest beta and post output: https://hashcat.net/beta/ |
|
atom |
hashcat
|
6 |
8,270 |
02-08-2017, 11:48 AM |
|
|
Thread: Which step am I missing - DES-OFB Key
Post: RE: Which step am I missing - DES-OFB Key
Can you please post example data trace (all 8 iterations). Like, whats the ct/pt with each iteration |
|
atom |
hashcat
|
10 |
12,932 |
02-08-2017, 11:54 AM |