Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Cracking multiple WPA2 hashes?
Post: RE: Cracking multiple WPA2 hashes?
see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_crack_multiple_wpa_handshakes_at_once
and
https://hashcat.net/wiki/doku.php?id=hccapx |
|
philsmd |
hashcat
|
2 |
3,118 |
10-19-2018, 06:34 PM |
|
|
Thread: Speed up the --show command
Post: RE: Speed up the --show command
interesting... we had a similar discussion a couple of times in the past (see https://hashcat.net/forum/thread-7756-post-41734.html#pid41734).
We also improved the performance a lot a while back, for... |
|
philsmd |
hashcat
|
1 |
1,632 |
10-08-2018, 01:05 PM |
|
|
Thread: Android sd-card decryption
Post: RE: Android sd-card decryption
you flashed the phone already ? The decryption key was most probably available only on the unlocked file system of that particular phone, to make it infeasible that the sd card can be easily decrypted... |
|
philsmd |
hashcat
|
1 |
1,761 |
10-08-2018, 10:47 PM |
|
|
Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...
the keyspace is wayyyyyyyyy too huge.
The number of characters within the file charsets/DES_full.charset is 128
128 * 128 * 128 * 128 * ... * 128 (24 times) = 128 ^ 24 = 374144419156711147060143... |
|
philsmd |
hashcat
|
11 |
6,631 |
10-27-2018, 11:38 AM |
|
|
Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...
Quote:
--
Integer overflow
--
the numbers are too huge and hashcat detects this and prevents you from running such an insane keyspace. It needs special code to deal with such large numbers; and... |
|
philsmd |
hashcat
|
11 |
6,631 |
10-27-2018, 12:19 PM |
|
|
Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow
this sounds very strange and I'm pretty sure that it doesn't behave like you think it behaves.
How would the second process even know when the "second" word from possibilities.txt begins. It has no... |
|
philsmd |
hashcat
|
12 |
6,451 |
10-27-2018, 09:12 PM |
|
|
Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow
just for testing:
Code:
--
hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1
--
Code:
--
hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibiliti... |
|
philsmd |
hashcat
|
12 |
6,451 |
10-27-2018, 10:44 PM |
|
|
Thread: wallet.dat mode 11300: can make a hash from pywallet.py dump?
Post: RE: wallet.dat mode 11300: can make a hash from py...
it's the length of the next field. e.g the length of d011a1b6a8d675b7a36d0cd2efaca32a9f8dc1d57d6d01a58399ea04e703e8bbb44899039326f7a00f171a7bbc854a54 is 96 hexadecimal characters.
Please use bitcoi... |
|
philsmd |
hashcat
|
3 |
3,379 |
11-15-2018, 08:59 AM |
|
|
Thread: brain-server
Post: RE: brain-server
there was a problem with starting the hashcat brain with version 5.0.0 on windows (see https://github.com/hashcat/hashcat/issues/1738#issuecomment-434274579).
This problem is already fixed and the la... |
|
philsmd |
hashcat
|
4 |
4,680 |
11-19-2018, 11:46 AM |
|
|
Thread: Recovering an encrypted file
Post: RE: Recovering an encrypted file
hashcat supports veracrypt with the hash modes
Code:
--
137XY | VeraCrypt
X | 1 = PBKDF2-HMAC-RIPEMD160
X | 2 = PBKDF2-HMAC-SHA512
X | 3 = PBKDF2-HMAC-Whirlpool
X | 4 =... |
|
philsmd |
hashcat
|
7 |
5,345 |
11-02-2018, 07:15 PM |
|
|
Thread: OpenCL problem
Post: RE: OpenCL problem
As far as I know it's not possible to pass through the GPU with a system with only 1 GPU and furthermore VM doesn't support this GPU passthrough feature (as far as I know). It's also very complex and ... |
|
philsmd |
hashcat
|
5 |
6,486 |
11-06-2018, 12:52 PM |
|
|
Thread: IIS http digest
Post: RE: IIS http digest
I think the MD5-sess "algorithm" could be a problem here, afaik we currently only support the "normal" "MD5" one.
see the differences here:
https://en.wikipedia.org/wiki/Digest_access_authenticatio... |
|
philsmd |
hashcat
|
5 |
3,180 |
11-19-2018, 07:07 PM |
|
|
Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...
(you should use ?1 if you set -1 ) |
|
philsmd |
hashcat
|
7 |
4,636 |
11-23-2018, 11:41 AM |
|
|
Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server
#1 there is no such thing as an installation for brain.
you can just remove/delete the files starting with brain.*
brain.*.admp (attack storage)
brain.*.ldmp (session storage, long time memory)
... |
|
philsmd |
hashcat
|
2 |
2,599 |
11-28-2018, 01:28 PM |
|
|
Thread: question about brain server
Post: RE: question about brain server
what --brain-client-features do you use?
as you can see from the --help not all settings are checking all passwords:
Code:
--
- [ Brain Client Features ] -
# | Features
===+========
... |
|
philsmd |
hashcat
|
3 |
2,682 |
12-01-2018, 10:07 PM |
|
|
Thread: PDF (Standard V1.3 40-bit RC4) Salt-value exception
Post: RE: PDF (Standard V1.3 40-bit RC4) Salt-value exce...
I think it should be -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4)
but your hash starts with $pdf$1*3* and only V == 1 and R == 2 is allowd by the parser.
Remember that you should never post hashes on ... |
|
philsmd |
hashcat
|
2 |
2,380 |
12-03-2018, 02:17 PM |
|
|
Thread: Help figuring out TOPT (HMAC-SHA1)
Post: RE: Help figuring out TOPT (HMAC-SHA1)
see https://www.unix-ninja.com/p/attacking_google_authenticator |
|
philsmd |
hashcat
|
1 |
1,726 |
12-05-2018, 09:09 AM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
Which software (and version) did create these documents ?
Are you able to create 2 new documents (with the microsoft office software etc) that also fails to crack ? I guess it's not really possible... |
|
philsmd |
hashcat
|
5 |
3,229 |
12-12-2018, 12:30 PM |
|
|
Thread: IIS http digest
Post: RE: IIS http digest
yeah, there are basically 2 different algorithms, namely "MD5" vs "MD5-sess", and currently only MD5 is supported by hashcat.
The difference is basically that MD5-sess includes the nonce and client... |
|
philsmd |
hashcat
|
5 |
3,180 |
11-20-2018, 08:18 PM |
|
|
Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)
looks almost perfect, but @undeath I think the first step is not quite correct.
#1: "either all cap or no cap"
this means that you have only 2 possibilities (either 3 lowercase or 3 uppercase ch... |
|
philsmd |
hashcat
|
3 |
2,286 |
11-27-2018, 12:07 PM |