Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: vast.ai gpu rentals?
Post: RE: vast.ai gpu rentals?
try with the beta version https://hashcat.net/beta/ |
|
undeath |
hashcat
|
6 |
2,847 |
07-20-2019, 11:01 AM |
|
|
Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...
What do you mean by "not works"? What's happening? |
|
undeath |
hashcat
|
5 |
2,166 |
07-21-2019, 12:53 PM |
|
|
Thread: Password crack help
Post: RE: Password crack help
|
undeath |
hashcat
|
1 |
995 |
07-21-2019, 05:38 PM |
|
|
Thread: Hashcat initial problem
Post: RE: Hashcat initial problem
Your GPU is way too old. It's not properly supported anymore. |
|
undeath |
hashcat
|
4 |
1,756 |
07-21-2019, 08:11 PM |
|
|
Thread: Hashcat initial problem
Post: RE: Hashcat initial problem
Yes, pretty much. The 9800GT is equally old. |
|
undeath |
hashcat
|
4 |
1,756 |
07-22-2019, 10:55 AM |
|
|
Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :
more like
Code:
--
sed 's/^\([^:]*\):\(.*\)$/\1\n\2/' user_word.txt > all.txt
--
|
|
undeath |
hashcat
|
5 |
1,912 |
07-23-2019, 03:00 PM |
|
|
Thread: best approach?
Post: RE: best approach?
see https://hashcat.net/wiki/doku.php?id=mask_attack
but you will have to narrow down the possibilities. |
|
undeath |
General Talk
|
1 |
1,167 |
07-24-2019, 01:32 PM |
|
|
Thread: Unhandled Exception
Post: RE: Unhandled Exception
are you talking about some third-party gui? |
|
undeath |
hashcat
|
2 |
1,218 |
07-25-2019, 12:26 AM |
|
|
Thread: TESLA M60 - signature unmatched
Post: RE: TESLA M60 - signature unmatched
well, hard to tell, maybe it's just that slow. What's your GPU usage and benchmark result for that hash type? |
|
undeath |
hashcat
|
4 |
1,708 |
07-28-2019, 07:35 PM |
|
|
Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters
rules don't support multibyte characters |
|
undeath |
hashcat
|
4 |
1,606 |
07-31-2019, 05:28 PM |
|
|
Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected
For some algorithms the speed with CUDA is a bit better. You won't see dramatic speed increases though. |
|
undeath |
Beta Tester
|
7 |
12,889 |
08-01-2019, 10:13 AM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
He literally gave you the command for that. All you need to do is switch out the letters ABCD. |
|
undeath |
hashcat
|
8 |
2,780 |
08-01-2019, 10:17 PM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
You replace the character D by the character A. Yes, it's that simple.
It's the same for oclhashcat but that's severely outdated and if something doesn't work you're on your own. |
|
undeath |
hashcat
|
8 |
2,780 |
08-01-2019, 10:37 PM |
|
|
Thread: Can I configure HC with known chars in a password?
Post: RE: Can I configure HC with known chars in a passw...
That's not the case since 2016. Welcome to the future. |
|
undeath |
hashcat
|
8 |
2,780 |
08-01-2019, 11:34 PM |
|
|
Thread: Slow hash and fast hash
Post: RE: Slow hash and fast hash
hashcat brain is not a substitution for a distributed cracking solution. |
|
undeath |
hashcat
|
3 |
1,834 |
08-06-2019, 12:16 PM |
|
|
Thread: scrypt hash format
Post: RE: scrypt hash format
You have to reformat the hashes for cracking with hascat. Hashcat's format is SCRYPT:n:r:p:salt:hash
salt and hash are base64-encoded. I think hashcat only supports hash lengths of 32 bytes. You have... |
|
undeath |
hashcat
|
2 |
1,189 |
08-12-2019, 11:19 AM |
|
|
Thread: odd pdf hash
Post: RE: odd pdf hash
I don't know if there are slight differences in john's and hashcat's format but you can try with this script: https://github.com/stricture/hashstack-server-plugin-hashcat/blob/master/scrapers/pdf2hash... |
|
undeath |
hashcat
|
1 |
1,007 |
08-12-2019, 11:26 AM |
|
|
Thread: how to crack a windows 10 local user password hash(Netnlm capture)
Post: RE: how to crack a windows 10 local user password ...
-i does not accept any arguments, check --help for the correct usage |
|
undeath |
hashcat
|
14 |
4,711 |
08-12-2019, 03:27 PM |
|
|
Thread: phpBB uses bcrypt
Post: RE: phpBB uses bcrypt
What exact change would you propose? Changing the mode 400 description to "phpBB |
|
undeath |
hashcat
|
4 |
1,975 |
08-13-2019, 10:18 AM |
|
|
Thread: Can you resume if HC crashes?
Post: RE: Can you resume if HC crashes?
by default hashcat will create a session called "hashcat". You can restore the session by simply running "hashcat --restore". |
|
undeath |
hashcat
|
5 |
1,762 |
08-13-2019, 11:58 AM |