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: Learn Next?
Post: RE: Learn Next?

Awesome. Thank you Royce. And you're right about the emerging patterns. I'm really enjoying "discovering" which masks work best for me. As an example, I just ran a data set of 137,000 passwords I've r...
plaverty9 hashcat 2 2,035 07-06-2018, 08:44 PM
    Thread: Launch hashcat with conrete letters in password counts
Post: RE: Launch hashcat with conrete letters in passwor...

I'd do that anyway. It should be fast. 7 chars with a keyspace of 3 should be super fast.
plaverty9 hashcat 5 3,289 07-06-2018, 04:48 PM
    Thread: Launch hashcat with conrete letters in password counts
Post: RE: Launch hashcat with conrete letters in passwor...

Yes, but longer or bigger charsets are a different case than what you asked about. You asked about a length of 7 and a character set of 3. I'd brute that. If you have longer passwords with a bigger ch...
plaverty9 hashcat 5 3,289 07-06-2018, 07:04 PM
    Thread: keep-guessing + rules?
Post: RE: keep-guessing + rules?

I kinda feel like that if you don't know the answer to something that it is likely unknowable.
plaverty9 hashcat 2 2,178 06-18-2018, 10:54 PM
    Thread: how to set mask
Post: RE: how to set mask

For each character that you think is a digit, use ?d. If you know parts of it, you can feed that in. Using your example, you can use: 200002?d?d?d?d?d?d?d?d?d2018053019184400100426 But you'll need...
plaverty9 hashcat 3 2,640 06-02-2018, 12:44 PM
    Thread: how to set mask
Post: RE: how to set mask

If you don't know the order then yes, you'll need to try all of them, which I think might take a really long time, especially if you don't know how many characters are missing. If you know how many ch...
plaverty9 hashcat 3 2,640 06-06-2018, 02:51 PM
    Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...

There isn't. Do you start with wordlists and rules before brute forcing? I have cracked 30+ char passwords before with wordlists. If you don't know anything about the password, brute forcing takes way...
plaverty9 hashcat 8 5,751 06-06-2018, 10:32 PM
    Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...

Along the lines of what Royce said, start small. If you have a fast enough hash type, you can brute for an entire space relatively quickly. For example for NTLM, I've been able to hit everything with ...
plaverty9 hashcat 8 5,751 06-07-2018, 01:07 AM
    Thread: How to know the number of characters in a password ?
Post: RE: How to know the number of characters in a pass...

Another list that I like is from The Hacker Playbook. https://thehackerplaybook.com/get.php?type=THP-password In addition to reading Hash Crack, The Hacker Playbook has some good password cracking ...
plaverty9 hashcat 8 5,751 06-07-2018, 04:12 PM
    Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat

I don't think you're doing anything wrong. You did it right. You had hashcat check whether your hash matched a password in the rockyou wordlist. One thing you can try is adding some rules, so the rock...
plaverty9 hashcat 12 8,233 06-26-2018, 10:47 PM
    Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat

So the password is in the wordlist, but hashcat isn't finding it?
plaverty9 hashcat 12 8,233 06-26-2018, 11:00 PM
    Thread: help with sha256
Post: RE: help with sha256

You used a wordlist instead of a mask. If it's exhausted, this means the password is not in the rockyou list. You can run rules on the rockyou wordlist, which might help. Do the same crack as you did ...
plaverty9 hashcat 3 2,528 08-16-2018, 08:07 PM
    Thread: help with sha256
Post: RE: help with sha256

If you know what mask matches, or will crack it, you can add -a3 and then add the specific mask that you want to use, drop the rules and drop the wordlist.
plaverty9 hashcat 3 2,528 08-16-2018, 08:08 PM
    Thread: Can`t find NTLMv2 Hash
Post: RE: Can`t find NTLMv2 Hash

In my experience, when I capture an NTLMv2 hash, the output explicitly says that. So maybe you're not capturing them?
plaverty9 hashcat 2 2,359 06-26-2018, 08:32 PM
    Thread: Bruteforce mode / pw length
Post: RE: Bruteforce mode / pw length

fernando Wrote: (05-10-2018, 07:50 PM) -- Hi. Is there a way to run hashcat in a bruteforce mode with a specified minimum password length? -- Yes, check out the increment and increment minimum ...
plaverty9 hashcat 1 2,076 05-10-2018, 08:02 PM
    Thread: bcript+salt?
Post: RE: bcript+salt?

Try comparing your hash to the sample: https://hashcat.net/wiki/doku.php?id=example_hashes Does your hash look like: $2a$05$LhayLxezLhK1LhWvKxCyLOj0j1u.Kj0jZ0pEmm134uzrQlFvQJLF6 (sample hash) T...
plaverty9 hashcat 8 5,597 07-12-2018, 05:50 PM
    Thread: --show takes forever to finish
Post: RE: --show takes forever to finish

Can you run a line count on hashes.txt to see how many have been written? I'm guessing it is either slow for some reason and hasn't written all 1 million lines yet, or it's stuck in a loop and has wri...
plaverty9 hashcat 6 3,802 08-21-2018, 05:15 PM
    Thread: Need piping?
Post: Need piping?

We want to uppercase each word in the wordlist and append four digits to the end. So it seems our options are to create 10,000 $X rules with c or is the only other option to run them one at a time and...
plaverty9 hashcat 3 2,204 11-08-2018, 12:04 AM
    Thread: Learn Next?
Post: Learn Next?

Once someone has gotten up to speed on the basics of hashcat, like using various rules/wordlists, playing with masks, finding that ones that seem to work best, what would you suggest that a noob learn...
plaverty9 hashcat 2 2,035 07-06-2018, 08:27 PM
    Thread: insert a character after each character
Post: insert a character after each character

I'm reading https://hashcat.net/wiki/doku.php?id=rule_based_attack and I see ipX, which seems kind of what I want, but I want to be able to tell it to do it after every character. Do I just need to w...
plaverty9 General Talk 2 2,527 05-10-2018, 06:54 AM