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: [ANSWERED] New user, custom brute force help
Post: RE: New user, custom brute force help

hashcat -a3 -m -1 ?d?u ?1?1?1?1?1?1?1?1?1?1  The -1 says to use a custom charset and the charset we are using is only digits (?d) and uppercase (?u) Then we use the ?1 10 times because you said t...
plaverty9 hashcat 16 9,755 05-07-2018, 04:13 PM
    Thread: [ANSWERED] New user, custom brute force help
Post: RE: New user, custom brute force help

AaronKek Wrote: (05-10-2018, 07:47 PM) -- What would the "-m" be then? -- Depends on the hash you're trying to crack. Use this to find it: https://hashcat.net/wiki/doku.php?id=example_hashes
plaverty9 hashcat 16 9,755 05-10-2018, 08:09 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,216 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,216 06-26-2018, 11:00 PM
    Thread: Rule-based Attack
Post: RE: Rule-based Attack

To your original question: "I'd like to carry out a rule-based attack where the password should have: - capitalise first character - append from one to four digits to the end - append a special c...
plaverty9 hashcat 9 5,654 06-27-2018, 05:10 PM
    Thread: New to Hashcat, command starts and then stops after a few seconds
Post: RE: New to Hashcat, command starts and then stops ...

I guess that's a valid option too.
plaverty9 hashcat 9 7,037 07-02-2018, 02:29 AM
    Thread: New to Hashcat, command starts and then stops after a few seconds
Post: RE: New to Hashcat, command starts and then stops ...

andross Wrote: (07-01-2018, 07:04 AM) -- I don't know why it would be saying that because there is no way it tried all 1,4344,382 phrases in my word list against 6 hashes. -- Your output shows:  ...
plaverty9 hashcat 9 7,037 07-01-2018, 04:14 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,745 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,745 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,745 06-07-2018, 04:12 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,591 07-12-2018, 05:50 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

What are you trying to do?
plaverty9 hashcat 8 4,125 11-10-2018, 07:22 PM
    Thread: show.log
Post: show.log

I'm noticing that a file named show.log is being created on my server, even though I don't intend for it. Does that get created any time I use --show or is there some other combination of flags making...
plaverty9 hashcat 6 3,642 05-23-2018, 07:43 PM
    Thread: show.log
Post: RE: show.log

Thanks Royce, that's my confusion too. I use a hashcat server for my job and the server admin just asked why I keep creating show.log files, which I don't even know how to create them. I'll try to fig...
plaverty9 hashcat 6 3,642 05-24-2018, 02:32 PM
    Thread: show.log
Post: RE: show.log

Sure. I simply run hashcat -m1000 --show --username --potfile-path potfile and that generates a show.log file in my hashcat directory. The contents of the show.log file look like it's debugging or...
plaverty9 hashcat 6 3,642 05-25-2018, 09:35 PM
    Thread: show.log
Post: RE: show.log

Yeah, it's pretty weird that it keeps getting created. I didn't even know about the --session flag. Also one time when trying to show, I got an error that I didn't have permission to my show.log file,...
plaverty9 hashcat 6 3,642 05-28-2018, 02:00 PM
    Thread: Problem with sha-256 crack
Post: RE: Problem with sha-256 crack

This seems relevant to what you're dealing with: https://github.com/hashcat/hashcat/issues/1467
plaverty9 hashcat 6 3,825 06-11-2018, 07:07 PM
    Thread: Problem with sha-256 crack
Post: RE: Problem with sha-256 crack

I think what undeath was trying to say is "yes", it'll take a long time. Look at what it's trying to guess: First six have a keyspace of 36 each Next two have a keyspace of 33 each Last six have...
plaverty9 hashcat 6 3,825 06-11-2018, 08:10 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,796 08-21-2018, 05:15 PM
    Thread: Prepend phrase + bruteforce
Post: RE: Prepend phrase + bruteforce

Yep, use attack mode 3 and then your guess and then a mask. So if you need 7-10 more chars, you can do: -a3 guess?a?a?a?a?a?a?a?a?a?a?a --increment --increment-minimum=7 But if you don't know ...
plaverty9 hashcat 5 4,156 05-22-2018, 04:13 PM