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 [desc] Posted
    Thread: 3x GTX 770
Post: RE: 3x GTX 770

Thanks for the benchmark!
royce Hardware 1 3,132 11-19-2017, 03:20 AM
    Thread: Sql server 2014 hashes
Post: RE: Sql server 2014 hashes

You mean something like this? Code: -- SELECT password_hash    FROM sys.sql_logins -- More info here: https://www.sqlservercentral.com/articles/password+cracking/96540/
royce General Talk 1 3,132 11-29-2017, 05:23 AM
    Thread: BLAKE2
Post: RE: BLAKE2

259.4 MH/s on my 750 Ti. ;) (That's with -O and -w 4.)
royce hashcat 4 3,133 11-11-2018, 03:38 PM
    Thread: match column
Post: RE: match column

There are a number of methods. A searc for: merge two csv primary key ... should yield some results.
royce hashcat 2 3,138 02-16-2017, 07:17 PM
    Thread: PBKDF2-SHA512 (Hash type 7100) Command Syntax
Post: RE: PBKDF2-SHA512 (Hash type 7100) Command Syntax

Attack mode '0' (-a 0) is the "straight" / dictionary attack. Running Code: -- hashcat --help -- ... at the bottom, you'll see an example: Code: -- Wordlist | $P$ | hashcat -a 0 -m...
royce hashcat 1 3,143 06-05-2017, 07:29 AM
    Thread: Very high "runtime" value with -w 4
Post: RE: Very high "runtime" value with -w 4

Is the runtime value correlating with some kind of other performance problem? Also, any reason why you're not using a newer version of hashcat?
royce hashcat 2 3,146 11-19-2017, 02:19 AM
    Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5

Do you have extra (or too few) characters in your hash.txt file? This is what the line-length exception error means. Code: -- $ cat - >hash.txt 8743b52063cd84097a65d1633f5c74f5 $ cat hash.tx...
royce hashcat 4 3,155 12-07-2017, 02:25 AM
    Thread: Line Exception using Example Hash md5
Post: RE: Line Exception using Example Hash md5

Ah, indeed! Very easy to forget that one - even if you're not new!
royce hashcat 4 3,155 12-08-2017, 03:44 AM
    Thread: Hashcat 3 - help with hash type
Post: RE: Hashcat 3 - help with hash type

This should probably be created as a Github issue instead, in the same style as https://github.com/hashcat/hashcat/issues/398
royce hashcat 1 3,178 06-30-2016, 05:04 PM
    Thread: IIS http digest
Post: RE: IIS http digest

If it's a test hash that you created yourself and has a known plaintext, then it's OK to post the whole hash (as long as you also include the plaintext).
royce hashcat 5 3,178 11-19-2018, 06:37 PM
    Thread: Hashcat outputting blank result (pdf crack)?
Post: RE: Hashcat outputting blank result (pdf crack)?

Not dumb - just learning. ;) Glad you found an answer (from yourself, even!) :)
royce hashcat 3 3,180 11-19-2017, 01:38 AM
    Thread: Cannot run GTX 1070Ti on Ubuntu
Post: RE: Cannot run GTX 1070Ti on Ubuntu

This may not be the whole story, but take a look at https://hashcat.net/faq/wrongdriver - you may at least need: Code: -- apt-get install ocl-icd-libopencl1 opencl-headers clinfo --
royce hashcat 4 3,192 08-31-2018, 04:53 AM
    Thread: Its possible to do these?
Post: RE: Its possible to do these?

You can use the 'rli' tool from hashcat-utils to build a unified, deduplicated list of all of them.
royce General Talk 1 3,202 11-19-2017, 02:54 AM
    Thread: Just a small bench of OSX 10.8+ hash
Post: RE: Just a small bench of OSX 10.8+ hash

Yes, that looks good! What version of hashcat was that? (Please include hashcat version information in future benchmarks, for historical purposes). Here's an updated benchmark: Code: -- $ has...
royce Hardware 1 3,207 11-19-2017, 03:58 AM
    Thread: Intel Nuc Opencl and Gpu issue
Post: RE: Intel Nuc Opencl and Gpu issue

This is a problem with Intel's OpenCL runtime. The hashcat project cannot fix it.
royce hashcat 1 3,210 12-20-2017, 04:55 PM
    Thread: Restoring session skips words
Post: RE: Restoring session skips words

Pretty sure that hashcat isn't skipping any of the keyspace. But I'm not sure why there's a difference in the output percentage.
royce General Talk 2 3,227 11-19-2017, 02:55 AM
    Thread: truecrypt with unknown algorithm
Post: RE: truecrypt with unknown algorithm

There isn't an option to try all methods, because -- by design -- it is difficult to confirm which algorithms were used (other than by successfully mounting it or cracking it). The best you'll be a...
royce hashcat 2 3,237 06-06-2017, 02:43 PM
    Thread: How I can make a more efficient bruteforce attack?
Post: RE: How I can make a more efficient bruteforce att...

Take a look at https://hashcat.net/wiki/doku.php?id=rule_based_attack The 'd' rule function repeats a word.
royce General Talk 1 3,240 08-02-2016, 03:02 PM
    Thread: Hashcat not working
Post: RE: Hashcat not working

Are you still getting this error? It's very odd for "Device #1" to appear twice with the same number; could that be a typo?
royce hashcat 1 3,242 11-19-2017, 02:42 AM
    Thread: Pause/ resume with different dictionary
Post: RE: Pause/ resume with different dictionary

I don't know that there's a lot of value in changing the dictionary midstream. If you are 10M lines into your current dictionary when the restore file is updated, and then you quit, change the diction...
royce hashcat 2 3,245 03-29-2017, 02:15 PM