Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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,649 |
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,649 |
05-28-2018, 02:00 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: 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,828 |
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,828 |
06-11-2018, 08:10 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,130 |
11-10-2018, 07:22 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,163 |
05-22-2018, 04:13 PM |
|
|
Thread: Prepend phrase + bruteforce
Post: RE: Prepend phrase + bruteforce
Yep, use:
-a3 -1 ?u?l?d guess?1?1?1?1?1?1?1?1?1?1 --increment --increment-minimum=7
But seriously, it could take years. The more characters you can remember, the shorter it'll be. |
|
plaverty9 |
hashcat
|
5 |
4,163 |
05-22-2018, 04:52 PM |
|
|
Thread: Prepend phrase + bruteforce
Post: RE: Prepend phrase + bruteforce
WhalingWizard Wrote: (05-22-2018, 05:07 PM)
--
plaverty9 Wrote: (05-22-2018, 04:52 PM)
--
Yep, use:
-a3 -1 ?u?l?d guess?1?1?1?1?1?1?1?1?1?1 --increment --increment-minimum=7
But seriously, i... |
|
plaverty9 |
hashcat
|
5 |
4,163 |
05-23-2018, 05:26 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: 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,660 |
06-27-2018, 05:10 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: 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,045 |
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,045 |
07-01-2018, 04:14 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: [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,774 |
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,774 |
05-10-2018, 08:09 PM |