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 [asc] Posted
    Thread: Trying to understand RLI and RLI2 better
Post: RE: Trying to understand RLI and RLI2 better

The purpose of rli is to diff two lists, and only show the new ones in the new file. It's not a dedupe tool. For general dedupe, sort -u is your go-to for this. I use this alias (adjust parameters to...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,745 12-25-2017, 08:57 PM
    Thread: trouble with samdump2
Post: RE: trouble with samdump2

Posting real hashes is against the forum rules. The hashes above are special LM and NTLM hashes that indicate an empty/non-set password. If you're using something called a "Free password hash cr...
royce General Talk 2 2,742 05-09-2018, 04:14 PM
    Thread: Brute Force- Mask,ntml hash?
Post: RE: Brute Force- Mask,ntml hash?

There is no way to determine the length of a plaintext from the hash. This is true for all hashes, and is by design. You cannot know the length until you have cracked it. You can use other informat...
royce hashcat 1 2,734 10-05-2016, 05:40 PM
    Thread: What to look when buy a computer for HASHCAT
Post: RE: What to look when buy a computer for HASHCAT

I personally recommend: * One CPU core per GPU (needed for some attacks) * Minimum x4 PCI-E bandwidth (needed for some tools/attacks) * GTX 1080s (nice balance of power/thermal performance) * 32...
royce Hardware 1 2,734 11-19-2017, 03:19 AM
    Thread: is hashcat still support VCL?
Post: RE: is hashcat still support VCL?

VCL is no longer supported. Intel GPUs are supported via OpenCL, though there are some known problems with Intel's GPU OpenCL implementation, so YMMV.
royce hashcat 3 2,728 02-27-2018, 08:06 AM
    Thread: is hashcat still support VCL?
Post: RE: is hashcat still support VCL?

What's out there today divides the work up, using one of a few options: * Natively, using hashcat's --keyspace, --skip, --limit commands, calculated by custom scripts and work distribution * Fre...
royce hashcat 3 2,728 02-27-2018, 09:39 AM
    Thread: how can i use 0x00-0x08 of "?b" to crack a hash value
Post: RE: how can i use 0x00-0x08 of "?b" to crack a has...

You can use the --hex-charset option to specify this set of binary. Edit: specifically, something like: --hex-charset -1 000102030405060708 ?1?1?1?1?1?1?1?1 ... or however long your expected string...
royce hashcat 1 2,726 03-21-2017, 03:09 AM
    Thread: Assistance building mask
Post: RE: Assistance building mask

+1. Specifically: Code: -- $ cat words.list red blue green yellow $ cat mask.list ?d?s ?d?d?s ?d?d?d?s ?d?d?d?d?s $ hashcat --stdout -a 6 words.list mask.list | head red1. red0....
royce hashcat 3 2,722 01-07-2018, 07:25 PM
    Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

There's no way to suppress these errors with a hashcat flag. --force certainly doesn't do that.
royce hashcat 5 2,706 05-01-2019, 06:04 PM
    Thread: PSU requirements?
Post: RE: PSU requirements?

This should be based on actual power-draw numbers, which vary by hardware (and GPU). Recommendation: get a Kill-A-Watt, measure actual draw from the wall without the GPU being at load, and then loo...
royce Hardware 1 2,705 11-19-2017, 03:23 AM
    Thread: New
Post: RE: New

Wiping a hard drive for reuse doesn't usually involve having to provide a password. Unless you're trying to revive drives that were wiped with ATA Secure Erase and have a security password set on ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,683 01-12-2018, 05:37 AM
    Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue

But this is different from 2811?
royce hashcat 3 2,678 09-09-2018, 03:37 AM
    Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue

If there's no direct support for this length in hashcat as shipped, you could pull the source from GitHub and modify the expected salt length. (Also, just in case - make sure that the command line ...
royce hashcat 3 2,678 09-09-2018, 04:35 PM
    Thread: A very special mask
Post: RE: A very special mask

You'll want to use https://thesprawl.org/projects/pack/#policygen .. but that will only solve most of your question, not the "no repeated characters" part. But in practice, most hashes are fas...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,671 09-27-2018, 05:20 PM
    Thread: Titan Z Questions
Post: RE: Titan Z Questions

I'm not familiar with whether or not there has been more than one era of Titan Z. crackingservice.com benchmark says (for WPA2): GeForce GTX titan Z 188000 hash/s ... but that may be for a pr...
royce Hardware 2 2,662 06-14-2018, 08:10 AM
    Thread: Need Help On Weird Problem
Post: RE: Need Help On Weird Problem

Yeah, it's a normal and understandable intuition. But by design, only trying to hash the entire string will generate a hash that is then compared to the target hash. Once you understand how hashing wo...
royce hashcat 3 2,660 05-06-2018, 09:55 PM
    Thread: AMD vs NVIDIA ~ $300 USD
Post: RE: AMD vs NVIDIA ~ $300 USD

I would watch for a used GTX 1080 Founders Edition on eBay. They're currently going for a little more than $400, but not much - and you'll get quite a bump up in speed for the price. The FE cards are ...
royce Hardware 1 2,647 11-19-2017, 01:40 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: Encfs
Post: RE: Encfs

I don't think hashcat current supports cracking encfs, but John the Ripper does: Code: -- $ johnl --list=formats | tr -s '[:space:]' '\n' | egrep -i encf EncFS, encfs-opencl, --
royce hashcat 2 2,633 02-10-2018, 06:13 PM
    Thread: Veracrypt Kuznyechik(Serpent(Camellia))
Post: RE: Veracrypt Kuznyechik(Serpent(Camellia))

I don't believe this algorithm is current supported. You might consider requesting it on the hashcat GitHub.
royce hashcat 2 2,629 04-30-2018, 05:09 PM