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: 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,162 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,138 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,186 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
    Thread: Installation script
Post: RE: Installation script

hashcat's dependenciest are not installed automatically. The second paragraph of the main page hashcat.net describes which drivers are needed, and https://hashcat.net/faq/wrongdriver describes some s...
royce hashcat 2 8,116 05-04-2017, 06:56 PM
    Thread: special char in mask
Post: RE: special char in mask

On the (Windows?) command line, you'll need to handle differently any strings that contain an apostrophe ('). One of these may work: 1. Double quotes around the entire mask: Code: -- hashcat...
royce hashcat 2 3,317 06-04-2017, 06:34 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: Virtual VRAM is stuck at 1024mb
Post: RE: Virtual VRAM is stuck at 1024mb

This is a known issue where NVIDIA specifically appears to never allocate more than 25% of total memory. https://devtalk.nvidia.com/default/topic/992502/why-is-cl_device_max_mem_alloc_size-never-la...
royce hashcat 2 3,413 06-10-2017, 01:19 AM
    Thread: which version of hashcat should I choose?
Post: RE: which version of hashcat should I choose?

And to clarify, you're almost always better off using the version from hashcat.net rather than the one that's bundled with your OS (for Linux, Windows, and macOS, anyway). The FreeBSD port from the Fr...
royce hashcat 2 2,300 11-19-2017, 01:44 AM
    Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...

Can you rephrase the question? I can't figure out what you're asking.
royce hashcat 2 3,046 11-19-2017, 02:17 AM