Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
We did some more changes to the code. Please download latest RC (RC6) from https://hashcat.net/beta/ or compiler from github master and retry. |
|
atom |
hashcat
|
13 |
18,419 |
02-03-2018, 02:54 PM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
Please post full output of hashcat -b -m 2500 and hashcat -I |
|
atom |
hashcat
|
13 |
18,419 |
02-02-2018, 09:38 PM |
|
|
Thread: 1080ti slow speed performance WPA/WPA2
Post: RE: 1080ti slow speed performance WPA/WPA2
The main difference between older version and 3.5+ is that we're doing the nonce error corrections, as described in detail here: https://hashcat.net/forum/thread-6361.html
You can turn it off in v4... |
|
atom |
hashcat
|
13 |
18,419 |
02-02-2018, 04:43 PM |
|
|
Thread: DES-ECB brute force
Post: RE: DES-ECB brute force
You just have to switch:
b5866d1dd5cdf934:47dc9810ade39295
to
47dc9810ade39295:b5866d1dd5cdf934 |
|
atom |
General Talk
|
5 |
5,241 |
02-01-2018, 07:34 PM |
|
|
Thread: DES-ECB brute force
Post: RE: DES-ECB brute force
Your hash is formated wrong. See here:
Code:
--
root@et:~/hashcat# ./hashcat -m 14000 b5866d1dd5cdf934:47dc9810ade39295 -a 3 --quiet --hex-charset 6861736863617431 --outfile-format 5 --potfile-d... |
|
atom |
General Talk
|
5 |
5,241 |
02-01-2018, 07:25 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
|
atom |
hashcat
|
32 |
25,733 |
01-30-2018, 11:59 AM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
Electrum support (salt-type 1) has been added to hashcat. You can use the beta https://hashcat.net/beta/ |
|
atom |
hashcat
|
32 |
25,733 |
01-29-2018, 02:09 PM |
|
|
Thread: Trying to increase performance of mask attack with a two character prefix
Post: RE: Trying to increase performance of mask attack ...
The strategy to use -m 20 is the right one as -m 20 is around 10-100 times faster than -m 0 if the mask has a static prefix. The reason why this is not in your case is because your prefix is not entir... |
|
atom |
hashcat
|
9 |
6,972 |
01-28-2018, 07:17 PM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
Just use ?a?a?a?a?a?a?a?a?a it will crack one pretty soon. This might not be the correct one, but it will be good enough to open the document. |
|
atom |
hashcat
|
13 |
10,129 |
01-27-2018, 10:12 PM |
|
|
Thread: Combinator Attac
Post: RE: Combinator Attac
./hashcat -a 1 dict1.txt dict2.txt --stdout | ./hashcat -m 13000 hash.txt |
|
atom |
hashcat
|
7 |
6,044 |
01-24-2018, 11:03 AM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
Just use -m 9700 then and crack as normal |
|
atom |
hashcat
|
13 |
10,129 |
01-24-2018, 11:02 AM |
|
|
Thread: Combinator Attac
Post: RE: Combinator Attac
If you use small wordlists in combinator mode you better use --stdout and pipe the input back to hashcat. That makes sense for slow hashes only (but rar3 is one). |
|
atom |
hashcat
|
7 |
6,044 |
01-23-2018, 11:36 AM |
|
|
Thread: Issue with large hcmask file
Post: RE: Issue with large hcmask file
Can not reproduce locally. Can you retry with a single GPU? |
|
atom |
hashcat
|
15 |
9,382 |
01-23-2018, 11:36 AM |
|
|
Thread: Old Office and KDF
Post: RE: Old Office and KDF
You need to use 9720 if you collided with 9710 to get the password. Or you just use 9700. Using collider makes sense only if you want to find as many collisions as possible. |
|
atom |
hashcat
|
13 |
10,129 |
01-23-2018, 11:34 AM |
|
|
Thread: crackpos values are wrong {HELP}
Post: RE: crackpos values are wrong {HELP}
Looks all pretty accurate:
Quote:
--
$ ./hashcat 8743b52063cd84097a65d1633f5c74f5 -a 3 hashca?1 -1 t --potfile-disable --quiet --outfile-format 8
0
$ ./hashcat 8743b52063cd84097a65d1633f5c74f... |
|
atom |
hashcat
|
3 |
3,194 |
01-23-2018, 11:27 AM |
|
|
Thread: Informative output
Post: RE: Informative output
It's a bit more complicated, because of the parallel computing. The important part here is that it's a unique ID (per session). |
|
atom |
hashcat
|
3 |
3,128 |
01-10-2018, 01:34 PM |
|
|
Thread: ssha help
Post: RE: ssha help
Cracking SSHA ldap passwords is supported with hashcat. Just choose the correct hash-mode. |
|
atom |
General Talk
|
5 |
4,092 |
01-10-2018, 01:29 PM |
|
|
Thread: DES decryption
Post: RE: DES decryption
You have to white out the bits of the unknown bytes in the OpenCL kernel. Make sure to white out the correct bits (the ones before the final permution. After that expect tons of false positives. |
|
atom |
General Talk
|
6 |
8,305 |
01-10-2018, 01:27 PM |
|
|
Thread: Legacy hardware won't cut it(HD 5970)
Post: RE: Legacy hardware won't cut it(HD 5970)
That's the typical behaviour with the drivers. They often change the optimization settings in the JiT compiler. Sometimes the driver then optimizes something to the bad, so it becomes slower than if i... |
|
atom |
hashcat
|
7 |
5,443 |
01-04-2018, 03:14 PM |
|
|
Thread: NEED HELP
Post: RE: NEED HELP
Maybe AMD changed something in the API to hardware management with their latest windows drivers? That would explain why you also had to update Afterburner. Anyway I don't have any AMD gpu in combinati... |
|
atom |
hashcat
|
8 |
6,037 |
01-04-2018, 03:08 PM |