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 [desc] Author Forum Replies Views Posted
    Thread: How to crack custom hash - SHA512, SHA256, and MD5 combined
Post: RE: How to crack custom hash - SHA512, SHA256, and...

John the Ripper has a way to express custom hashes, but I'm not sure that it would support hundreds of them nested. MDXfind's -i flag can be used to iterate hundreds of times, but only for a given ha...
royce hashcat 3 3,429 11-11-2018, 03:41 PM
    Thread: How to decrypt CSS/CPPM?
Post: RE: How to decrypt CSS/CPPM?

What's the definition of "clean" in this context?
royce General Talk 4 5,241 04-23-2017, 03:17 PM
    Thread: How to disable the output of hacked hashes
Post: RE: How to disable the output of hacked hashes

The --outfile/--outfile-format parameters can suppress the console output this way. (If you don't want the output retains anywhere at all, you can map --outfile to /dev/null).
royce hashcat 1 1,684 10-21-2018, 05:30 PM
    Thread: how to extract hash from veracrypt container
Post: RE: how to extract hash from veracrypt container

Same procedure as for TrueCrypt: https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes
royce hashcat 6 16,511 01-16-2017, 09:18 PM
    Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?

DES and 3DES have been implemented: https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8 Beta binaries are here: https://hashcat.net/beta/
royce hashcat 4 7,220 08-30-2016, 08:18 PM
    Thread: how to hash with hashcat
Post: RE: how to hash with hashcat

The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats. $ echo -n 'password' | ./tools/test.pl passthrough 0 5f4dcc3b5aa765...
royce hashcat 7 7,751 05-07-2017, 04:26 PM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Masks, and the incrementing if them, are both per-position - you would need multiple masks to represent the range it looks like you're wanting: ?u?l?l?l?l?l?d?d?s would cover Aaaaaa11! through Zzzz...
royce hashcat 5 856 07-04-2020, 11:58 PM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Yes, you can put them in a file, and then use the filename instead of the mask.
royce hashcat 5 856 07-05-2020, 01:21 AM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Why did you cross-post this question on the Security SE? https://security.stackexchange.com/questions/234231/hashcat-how-to-increment-in-the-middle-of-a-mask
royce hashcat 5 856 07-05-2020, 02:39 PM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

There's no install - you just download it by whatever means you can, and then transfer it to where you need to run it, and then compile+run.
royce hashcat 7 2,463 08-25-2019, 02:28 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Yep, the GitHub repo says that it's as simple as that.
royce hashcat 7 2,463 08-25-2019, 02:43 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Looking at the Makefile, it looks pretty vanilla - I see OpenSSL (which most Linux systems will have). If you encounter an error, post and we'll tackle it together. :)
royce hashcat 7 2,463 08-25-2019, 03:06 AM
    Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...

starkk, length is usually unknown - but you can usually make some good guesses (and start small). Also, brute force should be your last option. You should be trying wordlists, combinator, hybrid (w...
royce hashcat 8 5,756 06-06-2018, 10:47 PM
    Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...

I've got no advice other than what I already suggested above.
royce hashcat 8 5,756 06-07-2018, 02:23 AM
    Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...

Ah, OK. The best wordlist I know of, bang for the buck, is the hashes.org founds (the "found in plain" here: https://hashes.org/left.php).
royce hashcat 8 5,756 06-07-2018, 06:10 PM
    Thread: How to select exact search space?
Post: RE: How to select exact search space?

Not knowing any better, what is the value in carving up the search space based on human-readable criteria? Why not just use -s/--skip and -l/--limit naturally, and the math like: https://hashcat.n...
royce hashcat 3 3,487 01-13-2018, 10:58 PM
    Thread: How to select exact search space?
Post: RE: How to select exact search space?

foxtrot Wrote: (01-13-2018, 11:03 PM) -- Well, I thought that there is some special config - but that sounds like a perfect and simple solution. Thank you very much! (can I mark the thread as solved?...
royce hashcat 3 3,487 01-14-2018, 01:01 AM
    Thread: how to use algo new
Post: RE: how to use algo new

If you mean one of these, hashcat supports it: * MySQL5 - hashcat mode -m 300 * sha1(sha1(pass)) - hashcat mode -m 4500
royce hashcat 1 610 06-05-2020, 03:34 PM
    Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...

Most basic use of crunch can be executed by hashcat directly. The ?H charset is cap hex (0-9 and capital A-F). If it's a randomly generated string within that charset, a mask of ?H?H?H?H?H?H?H?H?H?...
royce hashcat 4 5,152 07-20-2018, 03:33 PM
    Thread: how to use an 11TB wordlist file without 11TB of storage
Post: RE: how to use an 11TB wordlist file without 11TB ...

Like this, but adapted to your hash type (-m), hash, and mask (the ?H sequence). Code: -- $ hashcat --help | grep Brute-Force Brute-Force | MD5 | hashcat -a 3 -m 0 example0.hash ?a?a?a?a...
royce hashcat 4 5,152 07-20-2018, 04:31 PM