Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: Hashcat-gui, windows 8.1, GTX660OC, two GTX570 card issues.
Post: RE: Hashcat-gui, windows 8.1, GTX660OC, two GTX570...

Remove kernels folder
atom hashcat 14 15,999 10-05-2016, 12:26 PM
    Thread: hashcat (v3.10) starting in benchmark-mode..Assertion `driver->ctx' failed. Aborted
Post: RE: hashcat (v3.10) starting in benchmark-mode..As...

Try with Intel OpenCL runtime for CPU, not beignet.
atom hashcat 2 4,355 10-04-2016, 02:49 PM
    Thread: Duprule: detect & remove duplicate rules
Post: RE: Duprule: detect & remove duplicate rules

Looks good, thanks for contribution.
atom User Contributions 3 6,165 10-03-2016, 03:17 PM
    Thread: AMD R7 240 --> hashcat?
Post: RE: AMD R7 240 --> hashcat?

The GPU is too old, it's not supported, trash it. To make use of the CPU, install an OpenCL runtime for it.
atom hashcat 7 9,290 10-03-2016, 03:13 PM
    Thread: hashcat-3.10 slower then cudaHashcat-2.01
Post: RE: hashcat-3.10 slower then cudaHashcat-2.01

Just noticed, the 560Ti is pre-maxwell card.
atom hashcat 4 6,213 10-03-2016, 03:12 PM
    Thread: hashcat-3.10 slower then cudaHashcat-2.01
Post: RE: hashcat-3.10 slower then cudaHashcat-2.01

Toi reduce deskopt lags and power consumption. If you want 2.01 speed, use -w 3
atom hashcat 4 6,213 10-02-2016, 05:27 PM