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 [asc] Views Posted
    Thread: ERROR: Insufficient memory available
Post: RE: ERROR: Insufficient memory available

try without --username
atom hashcat 7 8,134 08-18-2016, 08:39 PM
    Thread: ERROR: Insufficient memory available
Post: RE: ERROR: Insufficient memory available

Aha, that makes sense now. It would have been much clearer if you would have posted the entire commandline. So, the rules are too many. the Wordlist size doesn't matter. Note that with using many rule...
atom hashcat 7 8,134 08-19-2016, 09:24 AM
    Thread: ERROR: Insufficient memory available
Post: RE: ERROR: Insufficient memory available

Try without --username
atom hashcat 7 8,134 08-20-2016, 09:15 PM
    Thread: Cracking Scrypt Hashes: Line-length exception errors
Post: RE: Cracking Scrypt Hashes: Line-length exception ...

In theory you just need to know the first, maybe 8 byte, to check if the password was correct. The salt length is limited, however, but can be of dynamic length if it's not too long.
atom hashcat 7 9,306 09-03-2016, 11:22 AM
    Thread: Cracking Scrypt Hashes: Line-length exception errors
Post: RE: Cracking Scrypt Hashes: Line-length exception ...

Documentation is here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_salt_length
atom hashcat 7 9,306 09-08-2016, 08:05 AM
    Thread: Cracking Scrypt Hashes: Line-length exception errors
Post: RE: Cracking Scrypt Hashes: Line-length exception ...

Don't make it too theoretic. From a practical perspective, with scrypt, you wouldn't find any two hashes that share the same first 8 byte with different inputs, simply because it's so slow.
atom hashcat 7 9,306 09-10-2016, 10:06 AM
    Thread: Nvidia Titan X performance
Post: RE: Nvidia Titan X performance

You don't BF WPA if you're not able to shortcut because of a known key generating algorithm
atom Hardware 7 8,160 09-12-2016, 12:15 AM
    Thread: Nvidia Titan X performance
Post: RE: Nvidia Titan X performance

Now that's what I call a good description of what I meant, thanks :)
atom Hardware 7 8,160 09-12-2016, 06:23 PM
    Thread: How it is possible to decrypt vb?
Post: RE: How it is possible to decrypt vb?

DutchKlee Wrote: (09-22-2016, 04:16 PM) -- rico Wrote: (09-21-2016, 09:46 PM) -- So now try again with 200GB of lists + rules this time. -- Tryed it with the dive rule...but is it normal that it w...
atom hashcat 7 8,308 09-27-2016, 03:07 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: 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: 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: 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: 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: 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
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

With \
atom hashcat 7 8,726 10-11-2016, 01:43 PM
    Thread: How to optimize speed or setup
Post: RE: How to optimize speed or setup

Two notes here: Approaches that use Markov Models need to be split into two groups. The ones that can work with slow hashes and the ones that can work with both slow and fast hashes. There's only o...
atom General Talk 7 16,993 10-15-2016, 10:12 AM
    Thread: troubles upgrading to v3.1
Post: RE: troubles upgrading to v3.1

I've tried on a XEON box, just to be sure, here's a log: Quote: -- [atom@super hashcat]$ ./hashcat -b -m 1000 -d 5 -D 1 hashcat (v3.10-141-gfd70fde) starting in benchmark-mode... OpenCL Plat...
atom hashcat 7 8,637 10-15-2016, 10:21 AM
    Thread: How to optimize speed or setup
Post: RE: How to optimize speed or setup

Yes, I meant usenix, not BH and it's mostly academic. Makes even more sense now that one won the best paper :)
atom General Talk 7 16,993 10-16-2016, 08:09 PM
    Thread: Issues running hashcat
Post: RE: Issues running hashcat

No clue about OSX. Since I do not have access to an apple computer I can't test the refactoring done with the last 400+ commits :) You may want to stick to the 3.10 stable version? https://github.c...
atom hashcat 7 8,005 10-19-2016, 10:19 AM