Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Catalyst v14.9 vs 14.12
Post: Catalyst v14.9 vs 14.12
[hr]
Performance
[hr]
I made a small comparison chart, see here how bad that 14.12 really is :(
https://docs.google.com/a/hashcat.net/spreadsheets/d/1rOyBKL1AT3f-hG4EjwdWAzmt54kXCGSUNAvtUJG8tz0/edit... |
|
atom |
General Help
|
15 |
31,304 |
12-22-2014, 05:56 PM |
|
|
Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]
I wrote a little code for you that should solve the problem:
Code:
--
#!/usr/bin/env perl
use strict;
use warnings;
use Digest::SHA qw (sha1_hex);
use Crypt::CBC;
use Crypt::Rijndael;
... |
|
atom |
General Help
|
13 |
19,901 |
12-30-2014, 04:55 PM |
|
|
Thread: Catalyst v14.9 vs 14.12
Post: RE: Catalyst v14.9 vs 14.12
More crap with catalyst 14.12 found! GPU ordering is broken! See first post for details |
|
atom |
General Help
|
15 |
31,304 |
01-05-2015, 06:15 PM |
|
|
Thread: Crack TrueCrypt without keyfile
Post: RE: Crack TrueCrypt without keyfile
Sorry, no chance yet to crack it using oclHashcat as it does not support keyfiles. |
|
atom |
General Help
|
1 |
5,432 |
01-07-2015, 11:59 AM |
|
|
Thread: Parsing multipe wpa handshake from a merged cap file.
Post: RE: Parsing multipe wpa handshake from a merged ca...
Can aircrack read the extract.cap (the one output by tshark) without using the -J?
If not, I'd say tshark destroyed it, at least for using it with aircrack |
|
atom |
General Help
|
4 |
16,628 |
01-09-2015, 11:52 AM |
|
|
Thread: Parsing multipe wpa handshake from a merged cap file.
Post: RE: Parsing multipe wpa handshake from a merged ca...
In that case don't use the combination of tshark + aircrack for convert. You can use cap2hccap I think it has an builtin filter. |
|
atom |
General Help
|
4 |
16,628 |
01-09-2015, 04:59 PM |
|
|
Thread: Catalyst v14.9 vs 14.12
Post: RE: Catalyst v14.9 vs 14.12
New major problem with catalyst 14.12 found. Hashes don't get cracked, even with correct password on R9 290x. At least I can reproduce it for R9 290x, maybe others are affected as well. See first post... |
|
atom |
General Help
|
15 |
31,304 |
01-09-2015, 05:45 PM |
|
|
Thread: Driver archive
Post: RE: Driver archive
I think it's a good idea. However, I would not like to do that on hashcat.net server as I am unsure about copyright/EULA issues |
|
atom |
General Help
|
4 |
7,839 |
01-15-2015, 05:59 PM |
|
|
Thread: MS-CACHEv2
Post: RE: MS-CACHEv2
That's the wrong approach. Your wordlist is your capital. |
|
atom |
General Help
|
3 |
5,620 |
01-29-2015, 12:12 PM |
|
|
Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux
Guess it's an ACL thing, you need to xhost + |
|
atom |
General Help
|
7 |
9,648 |
02-05-2015, 12:14 PM |
|
|
Thread: how to generat a wordlist from a mask
Post: RE: how to generat a wordlist from a mask
Wait, there's a builtin hybrid mode -a6 and -a7 |
|
atom |
General Help
|
3 |
5,711 |
02-12-2015, 12:00 AM |
|
|
Thread: Rule syntax question
Post: RE: Rule syntax question
Quote:
--
So $$$1 is the same as $$ $1
--
Correct.
Quote:
--
meaning $$ as in I can put $$% for XXX% ? Why not $%...?
--
That makes no sense. Do you mean this?
$$ $%
That woul... |
|
atom |
General Help
|
9 |
12,637 |
02-23-2015, 12:06 AM |
|
|
Thread: Cannot access wifi with cracked pass
Post: RE: Cannot access wifi with cracked pass
|
atom |
General Help
|
4 |
6,276 |
03-05-2015, 12:56 PM |
|
|
Thread: Problems downloading oclHashcat
Post: RE: Problems downloading oclHashcat
They turned of the aggressive anti-DDoS protection a few days after 1.33 release. Since then everything worked fine. I think it's fixed |
|
atom |
General Help
|
5 |
7,169 |
03-10-2015, 02:38 AM |
|
|
Thread: des / 3des question
Post: RE: des / 3des question
As I said already, you can't brute-forece AES or 3DES. The only chance is if there's a human involved in the crypto process. If a human chooses a password it's typically send through a KDF which is th... |
|
atom |
General Help
|
4 |
7,791 |
03-30-2015, 11:21 AM |
|
|
Thread: hybrid dic + mask
Post: RE: hybrid dic + mask
You can not do this with a hybrid attack. But you can do it with stacked rules:
./oclHashcat -a 0 hash.txt -r rules/hybrid/prepend_d.rule -r rules/hybrid/append_d.rule
this would by like:
?dD... |
|
atom |
General Help
|
2 |
4,946 |
03-30-2015, 11:24 AM |
|
|
Thread: HMAC-SHA1 mask
Post: RE: HMAC-SHA1 mask
well in that case you "just" need to search 256^20 combinations because in hmac if the key is longer than the blocksize of the hash (64 in case of sha1) then the key is hashed and the digest is used a... |
|
atom |
General Help
|
3 |
12,983 |
04-07-2015, 03:02 AM |
|
|
Thread: HMAC-SHA1 mask
Post: RE: HMAC-SHA1 mask
You were pretty close, just the message is to long (max. 32) and you need to quote differently:
Quote:
--
$ echo -n "This is a long salt" | openssl dgst -sha1 -hmac "key" ... |
|
atom |
General Help
|
3 |
12,983 |
04-06-2015, 05:29 PM |
|
|
Thread: office excel 2010 hash
Post: RE: office excel 2010 hash
Do you know the password? Is it 8 lowercase letters?
Also there's an error in your commandline: It says ?l?l?l?l?l?l?l?l?1 but maybe you want ?l?l?l?l?l?l?l?l?l |
|
atom |
General Help
|
8 |
12,523 |
04-15-2015, 12:06 PM |
|
|
Thread: Hashcat not cracking PDF hash
Post: RE: Hashcat not cracking PDF hash
The password is already cracked, therefore it's not going to crack it again. |
|
atom |
General Help
|
4 |
11,242 |
04-20-2015, 06:12 PM |