Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Hashcat-gui, windows 8.1, GTX660OC, two GTX570 card issues.
Post: RE: Hashcat-gui, windows 8.1, GTX660OC, two GTX570...
|
atom |
hashcat
|
14 |
15,999 |
10-05-2016, 12:26 PM |
|
|
Thread: Question About NTLM
Post: RE: Question About NTLM
It's exactly as you said.
Code:
--
root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le | openssl dgst -md4
(stdin)= 8846f7eaee8fb117ad06bdd830b7586c
--
|
|
atom |
hashcat
|
7 |
9,266 |
10-05-2016, 12:48 PM |
|
|
Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM
This can be a bit tricky, so I've added a new tool to hashcat-utils called ct3_to_ntlm.c. It's on github already.
You need to know that that's two different versions for NetNTLMv1. The one with and... |
|
atom |
User Contributions
|
18 |
36,659 |
10-05-2016, 02:24 PM |
|
|
Thread: Implementing new algorithm questions
Post: RE: Implementing new algorithm questions
> pws[gid].i[0]
No, "i" is an array of u32 values. As most hashes are processed as 32 bit integers (not 8 bit chars) it faster this way. You just have to make sure to handle the endianess of the al... |
|
atom |
hashcat
|
5 |
7,267 |
10-06-2016, 05:45 PM |
|
|
Thread: Implementing new algorithm questions
Post: RE: Implementing new algorithm questions
> If my results say the digest is 100% recovered but status is "Exhausted" instead of "Cracked"
It should automatically do that. If not you do not have all the loaded hashes cracked. Maybe you mark... |
|
atom |
hashcat
|
5 |
7,267 |
10-06-2016, 05:46 PM |
|
|
Thread: Question About NTLM
Post: RE: Question About NTLM
The NTLM kernel does that automatically for you |
|
atom |
hashcat
|
7 |
9,266 |
10-06-2016, 05:51 PM |
|
|
Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM
No, because 14000 is a generic DES cracker, not a NetNTLM reverser. You recompute your chall data easily yourself, see the tool i've pushed. Just a single md5 |
|
atom |
User Contributions
|
18 |
36,659 |
10-06-2016, 06:03 PM |
|
|
Thread: Implementing new algorithm questions
Post: RE: Implementing new algorithm questions
I'm closing this to avoid confusion. Discussion was continued here: https://github.com/hashcat/hashcat/issues/524 |
|
atom |
hashcat
|
5 |
7,267 |
10-07-2016, 02:24 PM |
|
|
Thread: Question About NTLM
Post: RE: Question About NTLM
Maybe this makes it more clear:
Code:
--
root@ht:~/hashcat# echo -n password | iconv -f utf8 -t utf16le | xxd
00000000: 7000 6100 7300 7300 7700 6f00 7200 6400 p.a.s.s.w.o.r.d.
root@ht:... |
|
atom |
hashcat
|
7 |
9,266 |
10-07-2016, 02:25 PM |
|
|
Thread: Can't get hashcat 3.x to use my Radeon 5970
Post: RE: Can't get hashcat 3.x to use my Radeon 5970
Please update your GPU to a more modern one. AMD dropped support for 5xxx and 6xxx series long time ago. |
|
atom |
hashcat
|
1 |
3,761 |
10-07-2016, 02:29 PM |
|
|
Thread: Figuring out salt from SHA1
Post: RE: Figuring out salt from SHA1
Wait, if you have a salted hash, that salt is a always known because it can't be a secret. Otherwise you simply exported it wrong. |
|
atom |
hashcat
|
2 |
4,942 |
10-07-2016, 02:32 PM |
|
|
Thread: a very essential basic question!
Post: RE: a very essential basic question!
If you have a password hash you must have it from some kind of database. That database has the username linked to the hash. It's just not important for hashcat to know. |
|
atom |
hashcat
|
3 |
3,846 |
10-07-2016, 02:35 PM |
|
|
Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library
That's strange. It looks for a file named "libOpenCL.so". Can you make sure that file does not exist on your system? |
|
atom |
hashcat
|
9 |
39,012 |
10-08-2016, 11:40 AM |
|
|
Thread: Any good wpa2.cap cracking services ?
Post: RE: Any good wpa2.cap cracking services ?
Such a service does not exist |
|
atom |
hashcat
|
2 |
3,749 |
10-08-2016, 11:41 AM |
|
|
Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...
First, you need to know which encoding scheme was used, because if the german umlauts. Was it ISO-8859 or utf-8? |
|
atom |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
8,361 |
10-08-2016, 11:44 AM |
|
|
Thread: DES/NetNTLMv1 Cracking Issue
Post: RE: DES/NetNTLMv1 Cracking Issue
I think you just forgot to mix in the SSP. You can do that like this:
1. Generate SSP by appending the ESS e81d062fe3f8fb9f to the challenge 7ab2b26a22061831 and calculate the md5 of it
Code:
-... |
|
atom |
hashcat
|
2 |
4,799 |
10-10-2016, 04:54 PM |
|
|
Thread: Hashcat - Can't find OpenCL ICD loader library
Post: RE: Hashcat - Can't find OpenCL ICD loader library
Interessting, maybe we should add that path to the search. If you symlink libOpenCL.so on /usr/lib hashcat should find it. |
|
atom |
hashcat
|
9 |
39,012 |
10-10-2016, 04:59 PM |
|
|
Thread: Space character with custom charset
Post: RE: Space character with custom charset
You just need to quote correctly then it will use space, too |
|
atom |
hashcat
|
7 |
8,726 |
10-10-2016, 05:00 PM |
|
|
Thread: Kernel problem with hashcat gui
Post: RE: Kernel problem with hashcat gui
Quote:
--
Error: internal error.
--
That's some error from your opencl runtime library. You need to reinstall it |
|
atom |
hashcat
|
4 |
7,212 |
10-10-2016, 05:03 PM |
|
|
Thread: troubles upgrading to v3.1
Post: RE: troubles upgrading to v3.1
Looks like your opencl runtime is broken. The OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors installed is the correct one, but if you had a different opencl runtime install... |
|
atom |
hashcat
|
7 |
8,637 |
10-10-2016, 05:06 PM |