Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: combinator + rule
Post: RE: combinator + rule

Sounds like you're working with a fast hash? If so, and if your list of rules is just as you show - only four rules long - then that may be part of the reason why. Native hashcat combinator attack ...
royce hashcat 6 6,142 02-05-2018, 01:59 AM
    Thread: combinator + rule
Post: RE: combinator + rule

-j and -k only work for a single rule, not for a file that's a list of rules. The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-util...
royce hashcat 6 6,142 02-05-2018, 12:25 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: 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: 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: 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
    Thread: Enpass password recovery supported?
Post: RE: Enpass password recovery supported?

If it's the same kind of hash as described here: https://github.com/hashcat/hashcat/issues/600 ... then it's not currently supported by hashcat - neither CPU nor GPU. Sounds like JtR is proba...
royce hashcat 1 1,961 02-03-2018, 06:41 PM
    Thread: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...

Since this is a demo hash with a known plaintext, OK to post it here. Works for me: Code: -- $ echo -n 'trumpette' | md5sum 6d980c97874860347312769e9854dab6  - $ echo 'trumpette' | hashcat...
royce hashcat 4 9,493 02-01-2018, 11:50 PM
    Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

Tying in the issue for the thread: https://github.com/hashcat/hashcat/issues/1502
royce hashcat 4 3,841 01-31-2018, 05:41 AM
    Thread: Bitshares wallet
Post: RE: hashcat v3.6.0

snoopy48 Wrote: (01-28-2018, 02:22 PM) -- Hi Royce! I am a bloody newbie in this subject but stupidly I have to retrieve the password of my Bitshares wallet. As far as I have learned first I have t...
royce hashcat 4 3,614 01-28-2018, 06:48 PM
    Thread: [solved sort of] Some Rules questions with doubling and shifting.
Post: RE: [solved sort of] Some Rules questions with dou...

This is sort of interesting. I haven't used John's rules enough to have been familiar with the S rule! I see that it's not implemented in hashcat. Requesting that via a hashcat GitHub issue might b...
royce hashcat 4 3,841 01-26-2018, 08:13 AM
    Thread: VeraCrypt Volume Won't Decrypt. I know password and keyfile?
Post: RE: VeraCrypt Volume Won't Decrypt. I know passwor...

Approach should be identical to TrueCrypt - extracting the first bytes of the drive into a separate file, and pointing hashcat at it. https://hashcat.net/forum/thread-7099.html
royce hashcat 1 2,375 01-19-2018, 08:32 AM
    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 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: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Good luck! And for what it's worth, here are some nuggets for how to use kwprocessor (keyboard walk processor) and hashcat rules + stdout to generate a wordlist of typos. It's not an ideal approach...
royce hashcat 5 11,202 01-13-2018, 08:43 PM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Yeah, what undeath said - if we're talking about typos, or misspellings that are just a single character substitution, some rules are pretty good at transposing letters. Specifically, a ruleset like t...
royce hashcat 5 11,202 01-13-2018, 06:29 PM
    Thread: Output file info
Post: RE: Output file info

Run the actual attack - and then check the H/s values in the hashcat status output.
royce hashcat 5 4,515 01-12-2018, 06:39 AM
    Thread: Hashcat command
Post: RE: Hashcat command

To verify your approach, you can use the --stdout parameter to check to see what is being output.
royce hashcat 3 3,909 01-12-2018, 06:38 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: 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