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: USER:HASH
Post: RE: USER:HASH

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
royce hashcat 8 6,548 02-04-2018, 01:32 AM
    Thread: USER:HASH
Post: RE: USER:HASH

Ah, if you're asking whether you can customize the realtime output as the cracks *are actually occurring*, I'm not aware of a way to do that. But tailing the output file in a separate window will have...
royce hashcat 8 6,548 02-04-2018, 08:29 PM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

Be sure to also do the math to calculate how many password candidates these rules will eliminate compared the speed of your attack. Some of the rules you're describing won't reduce the keyspace very m...
royce General Talk 8 6,771 02-17-2018, 07:31 PM
    Thread: USER:HASH
Post: RE: USER:HASH

Yes, that's *exactly* what the link I sent you does. Please study it more closely. First, crack, using --username so that usernames are understood in the target hash file: Code: -- $ cat test...
royce hashcat 8 6,548 02-04-2018, 02:05 AM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

I'm not aware of anything dedicated that would natively provide a way to express the rules you described in the original question. At that point, you're basically looking at using python, perl, etc...
royce General Talk 8 6,771 02-22-2018, 09:29 AM
    Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...

And if you need it before it's added to hashcat, you'll have to fall back to other tools. John the Ripper supports it with a dynamic mode (CPU only): Code: -- Format label ...
royce hashcat 8 6,871 02-17-2018, 07:21 PM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

TL, Dr. ;) To summarize: you are cracking an iTunes backup (probably the newer -m 14800, >= 10.0 version) on a single GTX 970, and you're looking for better options. On the spectrum of dictionar...
royce hashcat 8 5,899 05-30-2018, 04:11 AM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

Hey, can you explain a bit more about what you meant by "input problems" with the device? Is it possible that the password might be something like one of your suspected passwords, but with letters mis...
royce hashcat 8 5,899 05-30-2018, 05:00 AM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

You might first try a dictionary like rockyou.txt, which has a number of common passwords, in case it was something simple. After that, there are some decent howtos out there for growing your hashc...
royce hashcat 8 5,899 05-30-2018, 04:35 AM
    Thread: First year of medical school notes encrypted; begging for help
Post: RE: First year of medical school notes encrypted; ...

Self-interest is the sauce of self-motivated learning. ;) Glad there was a happy ending to this one - congratulations!
royce hashcat 8 5,899 06-06-2018, 04:03 PM
    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: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

Code: -- $ hashcat --help | egrep -i user --username | | Enable ignoring of usernames in hashfile | -- ... and: https://hashcat.net/wiki/doku.php?id=frequent...
royce hashcat 8 4,954 09-07-2018, 06:17 PM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

I guess you could simulate it by replacing the first colon with some other separator, as in user$email:hash
royce hashcat 8 4,954 09-08-2018, 04:15 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

By default, hashcat only uses GPUs when available. You can modify that with these flags. Code: -- $ hashcat --help | grep opencl-device -d, --opencl-devices           | Str  | OpenCL device...
royce hashcat 8 4,135 11-10-2018, 07:41 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

No, --force would have no effect on not skipping a given platform. Only -D and -d will do that.
royce hashcat 8 4,135 11-10-2018, 11:49 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

Ah, I didn't know about the instruction consequences of using -d. Interesting.
royce hashcat 8 4,135 11-11-2018, 03:23 PM
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

Yes. Add more CPUs.
royce hashcat 8 5,504 12-15-2018, 06:51 PM
    Thread: Multiple hash type mode
Post: RE: Multiple hash type mode

Huh, I didn't know this. Not sure what is the best way to express this in the --help output, but it feels important enough to try.
royce hashcat 8 3,443 08-26-2019, 03:38 PM