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 [desc] Views Posted
    Thread: running two different cards in same machine
Post: RE: running two different cards in same machine

Hashcat will happily use heterogeneous cards.
royce Hardware 2 4,100 11-08-2015, 06:31 AM
    Thread: SHA512 Linux
Post: RE: SHA512 Linux

That looks about right, given your card.  sha512 is a slow hash. Code: -- cudaHashcat v1.38 starting in benchmark-mode... Device #1: GeForce GTX 970, 4095MB, 1316Mhz, 13MCU Device #2: GeFor...
royce Old oclHashcat Support 2 4,182 11-08-2015, 07:18 PM
    Thread: Burned out 12 V wires from PSU
Post: RE: Burned out 12 V wires from PSU

I'm not as much of a power expert as others in the forum, but here's my take. Max power for 980s is 165W. Even if you were doing password generation on your CPU or something, assuming max 350W for the...
royce Hardware 2 4,146 01-24-2016, 11:58 PM
    Thread: Am I doing something wrong to cause this poor performance?
Post: RE: Am I doing something wrong to cause this poor ...

Not sure why your performance dropped. What version are you running -- latest release, or beta? You might try the latest beta, and see if you get the same results: https://hashcat.net/beta/ And gene...
royce Old oclHashcat Support 2 4,273 05-05-2016, 05:36 PM
    Thread: Count-words ?
Post: RE: Count-words ?

Closest I could find: https://github.com/dandavison/ngrams/blob/master/src/count-words.pl
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 5,159 08-12-2016, 06:50 AM
    Thread: Dictionary encoding: UTF8 or Win-1252 for German?
Post: RE: Dictionary encoding: UTF8 or Win-1252 for Germ...

Dictionary encoding depends on the encoding used by the software that initially stored the passwords. If the software used UTF-8, hashcat will need to receive UTF-8 strings as source material. If anot...
royce General Talk 2 4,024 08-21-2016, 08:49 AM
    Thread: 2x Nvidia for opencl - SLI link necessary?
Post: RE: 2x Nvidia for opencl - SLI link necessary?

Not necessary - in fact, definitely do not use SLI with hashcat. https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#should_i_attach_crossfire_amdsli_nvidia_bridges
royce Hardware 2 4,058 09-08-2016, 09:19 AM
    Thread: md5(md5($pass)$salt) for hash code 1$
Post: RE: md5(md5($pass)$salt) for hash code 1$

You're mean, radix. 1$ [sic] seemed like a pretty competitive offer to me. ;)
royce General Talk 2 4,191 09-11-2016, 05:33 AM
    Thread: optimizing masks with Descrypt
Post: RE: optimizing masks with Descrypt

You can generate a list of masks following these restrictions, and then pass a file containing those masks to hashcat. https://thesprawl.org/projects/pack/#specifying-maximum-complexity
royce General Talk 2 4,160 10-16-2016, 07:09 PM
    Thread: Passphrase help
Post: RE: Passphrase help

@atom, this is where being able to specify a separator for princeprocessor (https://github.com/hashcat/princeprocessor/issues/49) would be awesome.
royce hashcat 2 3,364 12-10-2016, 08:05 PM
    Thread: Unknown hash and original: not identifieably, is hashcat able to find out?
Post: RE: Unknown hash and original: not identifieably, ...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_identify_the_hash_type
royce hashcat 2 5,508 01-11-2017, 05:04 AM
    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,137 02-16-2017, 07:17 PM
    Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?

Some attack modes do work with a path to a folder.
royce hashcat 2 4,185 02-27-2017, 03:02 AM
    Thread: Getting new GPU
Post: RE: Getting new GPU

On an extreme budget, a GTX 970 performs similarly to a GTX 1060. Used 970s can be acquired on eBay for $150 or less. Be aware that only 1/4 of the GPU's memory is made available by the NVIDIA Open...
royce Hardware 2 3,416 03-14-2017, 05:28 PM
    Thread: Show how the password was cracked
Post: RE: Show how the password was cracked

See the --debug-mode option. Mode 4 may be what you're looking for.  # | Format ===+========  1 | Finding-Rule  2 | Original-Word  3 | Original-Word:Finding-Rule  4 | Original-Word:Finding-Rule:...
royce hashcat 2 2,863 03-20-2017, 05:20 PM
    Thread: Tailor hashcat for cracking “german” passwords?
Post: RE: Tailor hashcat for cracking “german” passw...

Yes, UTF8 is probably fine for WPA2 entered via a web interface. It sounds like you have the rest of the basics covered. Good luck!
royce hashcat 2 3,338 03-25-2017, 09:26 PM
    Thread: Tailor hashcat for cracking “german” passwords?
Post: RE: Tailor hashcat for cracking “german” passw...

And for bruteforce beyond the basics, see this StackExchange answer (https://security.stackexchange.com/a/154958/6203).
royce hashcat 2 3,338 03-26-2017, 06:52 PM
    Thread: Generated wordlist size is not right?
Post: RE: Generated wordlist size is not right?

You're right - I'm running it against a single hash, and I get the number you're expecting: Code: -- $ cat myowncharset !@#$%^&*? $ ./hashcat -m 5500 -a 3 -1 myowncharset -2 ?1?l?u?d test.h...
royce hashcat 2 3,058 03-26-2017, 02:22 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
    Thread: Problems with CRC32
Post: RE: Problems with CRC32

hashcat's crc32 implementation expects a second field.  From the example hashes (https://hashcat.net/wiki/doku.php?id=example_hashes): 5. You can consider the second part as a “salt”. If it is ...
royce hashcat 2 3,970 04-15-2017, 08:03 PM