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: 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,236 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
    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: 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: Fan control in Linux
Post: RE: Fan control in Linux

Hey, did you ever find out a good solution for this for you?
royce Hardware 2 3,930 11-19-2017, 03:27 AM
    Thread: New ISP
Post: RE: New ISP

Wow, I totally missed this. How has it been going, a few months later? Happy with the move, customer service, etc. ?
royce Organisation and Events 2 4,965 11-19-2017, 03:36 AM
    Thread: The Autotune Engine
Post: RE: The Autotune Engine

Also linked to this post from the wiki here: https://hashcat.net/wiki/doku.php?id=autotune
royce hashcat 2 10,698 11-19-2017, 03:52 AM
    Thread: [Solved] Combined attack with four words
Post: RE: Combined attack with four words

Unless it is an extremely slow hash, it's easier to just try all possible combinations of the four words, using something like https://hashcat.net/wiki/doku.php?id=princeprocessor
royce hashcat 2 2,634 11-25-2017, 06:19 PM
    Thread: LUKS benchmarks and estimated times
Post: RE: LUKS benchmarks and estimated times

Mode 14600 (LUKS) benches at around 10k H/s on a GTX 1080 with -w 4 and -O. If you have literally no idea what those 10 characters might be ... it ain't happenin' any time soon.
royce hashcat 2 3,486 11-27-2017, 04:59 AM
    Thread: Passwords^13 - Bergen - December 2-3
Post: RE: Passwords^13 - Bergen - December 2-3

YouTube playlist of all videos from the conferenceĀ are here (https://www.youtube.com/watch?v=DwbvFQx0Vfk&list=PLdIqs92nsIzQL6_ZTXTDPvhE7GiZrl-Em).
royce Organisation and Events 2 10,974 11-29-2017, 06:03 AM
    Thread: --keyspace Not Working?
Post: RE: --keyspace Not Working?

Leave out the filename. Code: -- $ hashcat -m 0 -w 3 -O -a 3 ?a?a?a?a?a?a?a?a --keyspace 7737809375 --
royce hashcat 2 2,899 12-07-2017, 11:54 PM
    Thread: Formatting mask for mask attack
Post: RE: Formatting mask for mask attack

If there are only a few substitions, hashcat's -1/-2/-3/-4 (aka --custom-charset[1234]) can help with this. If it's more than that, generating a custom list of masks using maskprocessor (https://gi...
royce hashcat 2 2,433 12-13-2017, 05:43 AM
    Thread: Masked Attack Parameter for Binary
Post: RE: Masked Attack Parameter for Binary

You wouldn't be able to feed the string in as a direct input. And it would be tricky to try to shape the mask to match only the binary that is valid alphanumerics, other than the fact that the first b...
royce hashcat 2 2,815 12-21-2017, 05:08 AM
    Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....

There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github.
royce hashcat 2 2,543 01-02-2018, 04:37 AM
    Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume

This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,522 01-07-2018, 12:01 AM
    Thread: hash-encoding exception
Post: RE: hash-encoding exception

Hash files are almost always ASCII. Even if the salt contains non-ASCII, your hashes file should not need to be anything but ASCII (because the salts would be hex, and the --hex-salt parameter would b...
royce hashcat 2 2,869 02-04-2018, 12:25 AM