Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: 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: 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: Safe power draw
Post: RE: Safe power draw
As epixoip mentioned there is a limit for several OpenCL drivers that each memory allocation can't be more than 1/4 of the available VRAM. if you, in theory, allocate 4 times (multiple times) you have... |
|
philsmd |
Hardware
|
15 |
10,811 |
10-17-2018, 08:59 AM |
|
|
Thread: 2080ti $Bitcoin$ hashrate
Post: RE: 2080ti $Bitcoin$ hashrate
The numbers of iterations for the "bitcoin hashes" is variable, there is a field within the hash (the 5th field after the signature) that specifies the number of iterations.
The default benchmark of ... |
|
philsmd |
Hardware
|
5 |
4,357 |
10-16-2018, 01:02 PM |
|
|
Thread: help with hashing wpa2 gtx 1080 hashrate
Post: RE: help with hashing wpa2 gtx 1080 hashrate
well, you didn't even mention what your command line is. Is it a mask attack (-a 3) ?
what is your speed with hashcat -m 2500 -b ?
Are you sure you added the -w 3 parameter (or even -w 4) ? |
|
philsmd |
hashcat
|
2 |
1,924 |
10-16-2018, 12:51 PM |
|
|
Thread: Doesn't find plain SHA-256 hashes in dictionary
Post: RE: Doesn't find plain SHA-256 hashes in dictionar...
You need to create the hashes correctly, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it
if you create a has... |
|
philsmd |
hashcat
|
3 |
2,290 |
10-13-2018, 01:18 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,762 |
10-08-2018, 10:47 PM |
|
|
Thread: Hashcat 4.2 does not crack some hashes
Post: RE: Hashcat 4.2 does not crack some hashes
sounds like a driver bug that doesn't work correctly with the new OpenCL kernel code.
It's quite an old GPU. I'm not sure if we could do anything here (it could probably work with some volatile varia... |
|
philsmd |
hashcat
|
3 |
2,496 |
10-08-2018, 05:08 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: Optimize this crack
Post: RE: Optimize this crack
do you mean that there is a 10-character-long (digits + lower-case letters) random string at the beginning and 1 character (out of a character set of 8 different characters) appended? otherwise this c... |
|
philsmd |
hashcat
|
3 |
2,639 |
10-04-2018, 12:01 PM |
|
|
Thread: PBKDF2-SHA256 Signature unmatched error
Post: RE: PBKDF2-SHA256 Signature unmatched error
you probably didn't convert them correcly.
You must assume that it's your fault first... and troubleshoot the ones that do not work... only if you are 100% sure that the hashes are correct and the ha... |
|
philsmd |
hashcat
|
5 |
5,467 |
10-04-2018, 11:44 AM |
|
|
Thread: PBKDF2-SHA256 Signature unmatched error
Post: RE: PBKDF2-SHA256 Signature unmatched error
hashcat expects this format: https://hashcat.net/wiki/doku.php?id=example_hashes (search for 10900)
"sha256", ":", iterations, ":", base64 salt, ":", base64 digest
both salt and the "hash" (dige... |
|
philsmd |
hashcat
|
5 |
5,467 |
10-03-2018, 07:58 PM |
|
|
Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...
the command I told you to use was different:
1. enter the hashcat folder within the cmd:
Code:
--
cd C:\Users\Alexandre\Downloads\hashcat-4.2.1\
--
2. afterwards run hashcat within that speci... |
|
philsmd |
General Talk
|
7 |
5,193 |
09-30-2018, 10:46 AM |
|
|
Thread: Parameters for crack ETH wallet password
Post: RE: Parameters for crack ETH wallet password
before starting a long running cracking job I would suggest to first make sure that your restrictions about the password candidates are correct and that your expected/test password candidates are even... |
|
philsmd |
hashcat
|
4 |
3,253 |
09-30-2018, 09:12 AM |
|
|
Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...
you also can't really pipe like this:
command1 | cd && command2
you need to do it like this:
command1 | command2
therefore something like this:
Code:
--
cd C:\Users\Alexandre\Downloads\h... |
|
philsmd |
General Talk
|
7 |
5,193 |
09-29-2018, 11:50 AM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
by stdin/pipe mode I meant this:
Code:
--
hashcat --stdout -r rules/rockyou-30000.rule test3.txt | hashcat64.bin -m 2500 test.hccapx
--
and undeath is of course correct, there are edge cases t... |
|
philsmd |
hashcat
|
19 |
9,937 |
08-31-2018, 09:46 PM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
of course there is reason to reject passwords < 8 for WPA/WPA2 because the algorithm only allows a minimum length of 8. The problem is that if everything happens on GPU (rule engine + hashing/attack) ... |
|
philsmd |
hashcat
|
19 |
9,937 |
08-31-2018, 08:30 PM |
|
|
Thread: NVidia RTX 2080
Post: RE: NVidia RTX 2080
GrepItAll Wrote: (08-31-2018, 02:40 PM)
--
I have been running 4 x 1080 Ti Asus Turbo cards since September nearly 24/7 (brief downtimes due to hardware relocation) as it was very difficult to purcha... |
|
philsmd |
Hardware
|
93 |
83,310 |
08-31-2018, 07:13 PM |