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 [asc] Author Forum Replies Views Posted
    Thread: Mode 7 (Hybrid Mask + Wordlist) only using 1 GPU?
Post: RE: Mode 7 (Hybrid Mask + Wordlist) only using 1 G...

There is an asymmetry in left-hand-side vs right-hand-side work capabilities. See https://hashcat.net/forum/thread-1276-post-6965.html#pid6965
royce hashcat 1 2,062 05-14-2018, 04:44 PM
    Thread: Missing example hashes
Post: RE: Missing example hashes

I'll take a look. Thanks for the heads-up! Note that you can often use 'hashcat --example-hashes' as a workaround.
royce hashcat 3 1,880 02-07-2019, 04:05 PM
    Thread: Missing example hashes
Post: RE: Missing example hashes

OK, I've done the easy ones (that don't require a file upload to hashcat.net), and I've made inquiries about the remainder. Thanks again - good eye!
royce hashcat 3 1,880 02-07-2019, 04:30 PM
    Thread: Missing characters from hashcat brute-force?
Post: RE: Missing characters from hashcat brute-force?

Yes, the default incremental mode is not a full brute force, but rather one that is optimized for likely candidates without being exhaustive: Guess.Mask.......: ?1?2?2?2?2?2?2?3 [8] Guess.Charset....
royce hashcat 2 705 05-26-2020, 08:16 PM
    Thread: Mining Rig for hashcat
Post: RE: Mining Rig for hashcat

I'd also run a benchmark (hashcat -b -m 0) to quickly determine if it's a setup problem vs an attack methodology problem. If your driver/etc are set up correctly, a benchmark should peg all available ...
royce Hardware 9 6,982 05-18-2018, 04:45 AM
    Thread: Minimun GPU mem requirements
Post: RE: Minimun GPU mem requirements

Hmm - not sure how this translates into total RAM, but the value checked by OpenCL in the code is here: https://github.com/hashcat/hashcat/blob/master/src/opencl.c#L3076-L3085 Code: -- ...
royce hashcat 3 3,643 12-08-2017, 05:00 PM
    Thread: Migrating from Passware to Hashcat (need guidance and opinion of experts here)
Post: RE: Migrating from Passware to Hashcat (need guida...

Switching to hashcat, you will definitely be able to get a lot more performance out of your hardware for a number of hash types, but it comes at a price: less point-and-click automation. You'll need t...
royce hashcat 2 2,352 02-06-2019, 07:40 AM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary. If/when it becomes necessary, the migration will vary, based on wh...
royce hashcat 8 2,472 10-12-2019, 08:44 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Yeah, it sounds like you need a mode that I don't think hashcat currently supports: md5(md5($salt).md5($pass)) You could then format your hashes as [hash]:[username], and use the username as the...
royce hashcat 21 20,787 05-12-2017, 01:33 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

I haven't tried it, but MDXfind might support it? It lists "MD5-MD5SALTMD5PASS". MDXfind supports CPU.
royce hashcat 21 20,787 05-12-2017, 02:04 AM
    Thread: MD5: Need Advice
Post: RE: MD5: Need Advice

Wise philsmd is wise.
royce hashcat 21 20,787 05-12-2017, 09:04 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: md5($salt1,password,$salt2) ?
Post: RE: md5($salt1,password,$salt2) ?

That should be irrelevant. Only how special characters (like "?") are escaped on the OS-native command line (not a hashcat issue) should vary between the platforms.
royce hashcat 5 3,103 11-11-2018, 03:25 PM
    Thread: MD5 With salt how to save only cracked hash with email etc
Post: RE: MD5 With salt how to save only cracked hash wi...

Scripting. There's no canned way to do this. You could group your other data into an overloaded username field, and then use --username.
royce hashcat 4 3,079 04-14-2018, 06:47 PM
    Thread: MD5 substring
Post: RE: MD5 substring

It's C. Try compiling it on a Linux system.
royce General Talk 9 10,041 01-08-2017, 11:48 PM
    Thread: MD5 substring
Post: RE: MD5 substring

Note also the compilation instructions that are in the source code itself: cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer -pthread
royce General Talk 9 10,041 01-09-2017, 12:14 AM
    Thread: MD5 substring
Post: RE: MD5 substring

Probably possible, but I have no experience in that area. Someone else may be able to chime in.
royce General Talk 9 10,041 01-09-2017, 01:12 AM
    Thread: MD5 question
Post: RE: MD5 question

To be clear, I'm not the author of MDXfind and my site isn't the official site for MDXfind. The official site is https://hashes.org/mdxfind.php. I try to keep my mirror up to date, but there may be a ...
royce hashcat 6 2,051 10-31-2019, 03:29 PM
    Thread: MD5 Help
Post: RE: MD5 Help

Do you mean that the plaintext is 32 characters? If so, then unless you have a strong idea of its composition, bruteforce cannot reach even half of that keyspace.
royce hashcat 4 1,655 10-21-2019, 06:20 AM
    Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists

Unless you're attacking a slow hash, it may not be worth skipping the longer files. If it's a slow hash, you could use 'combinator' from hashcat-utils, and then pipe that through 'len' (also from h...
royce hashcat 7 5,993 11-29-2017, 10:40 PM