Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Issue with ChaCha20
Post: Issue with ChaCha20
Hi,
Trying to crack the sample ChaCha20 hash from the source code (https://github.com/hashcat/hashcat/blob/master/src/modules/module_15400.c) :
Code:
--
static const char *ST_PASS = "hashcat";
stati... |
|
Mem5 |
hashcat
|
2 |
1,144 |
10-11-2019, 11:20 PM |
|
|
Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20
Got it.
Thanks, I've created a github issue : https://github.com/hashcat/hashcat/issues/2199 |
|
Mem5 |
hashcat
|
2 |
1,144 |
10-12-2019, 03:52 PM |
|
|
Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0
To find XMR123 apply this mask: ?u?u?u?d?d?d aka upper+upper+upper+digit+digit+digit |
|
Mem5 |
hashcat
|
9 |
2,733 |
10-18-2019, 08:55 AM |
|
|
Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR
|
Mem5 |
hashcat
|
6 |
2,317 |
10-23-2019, 09:26 PM |
|
|
Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR
Version oh hashcat?
Try uninstall drivers and reinstall properly, using https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do |
|
Mem5 |
hashcat
|
6 |
2,317 |
10-24-2019, 09:50 AM |
|
|
Thread: [SOLVED] 'inconsistency in registered CommandLine options' on Ubuntu 19.10
Post: RE: 'inconsistency in registered CommandLine optio...
What's your command line? |
|
Mem5 |
hashcat
|
5 |
3,076 |
11-01-2019, 11:13 PM |
|
|
Thread: Help me, hashcat gpu and cpu
Post: RE: Help me, hashcat gpu and cpu
Please post output of "hashcat -I" (uppercase i) |
|
Mem5 |
hashcat
|
1 |
915 |
11-01-2019, 11:14 PM |
|
|
Thread: about the zip file size and the hash got by zip2john
Post: RE: about the zip file size and the hash got by zi...
You can get rid of a part of the hash, the longest one. Simply delete it. |
|
Mem5 |
hashcat
|
3 |
1,721 |
11-01-2019, 11:15 PM |
|
|
Thread: TOTP issue
Post: TOTP issue
Hi all,
I generate a TOTP PIN thanks to python lib, using 'hashcat' password.
Code:
--
import pyotp
# base32_encode(hashcat) = NBQXG2DDMF2A====
totp = pyotp.TOTP("NBQXG2DDMF2A====")
print(totp.at... |
|
Mem5 |
hashcat
|
2 |
1,149 |
11-01-2019, 11:54 PM |
|
|
Thread: TOTP issue
Post: RE: TOTP issue
Ok, I was not aware that collisions would work with this algorithm!
I confirm that collided passwords generate the same PIN.
Adding --keep-guessing + adding more PINs do find the 'original' password.
... |
|
Mem5 |
hashcat
|
2 |
1,149 |
11-02-2019, 10:43 AM |
|
|
Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type
Passwords from the registry can be everything. Which password are you talking about?
It can be Windows passwords (LM, NTLM), it can be application password (FTP, etc.), please be more specific about ... |
|
Mem5 |
hashcat
|
7 |
2,039 |
11-08-2019, 09:34 AM |
|
|
Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type
The '=' at the end *migth* be a padding, often used by base64/32 encoding.
+1 you need to know how the software writes it. |
|
Mem5 |
hashcat
|
7 |
2,039 |
11-08-2019, 07:12 PM |
|
|
Thread: In The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) No device found/left
Post: RE: In The-Distribution-Which-Does-Not-Handle-Open...
Do not use sudo please.
What's the output of hashcat -I ?
If there is nothing, you need to install Nvidia/AMD/OpenCL drivers. |
|
Mem5 |
hashcat
|
1 |
785 |
01-12-2020, 12:45 AM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: Mode 22000 Bad file descriptor
Using hashcat-5.1.0 beta 1610 :
Code:
--
hashcat.exe -m 22000 hash dic
--
works OK with sample hash WPA*01*9d42bfc4ab79cf3a3a85761efd2a0cf0*e8e61d2bfe07*e21f445660bb*3c3429452aba22e9a7a6*** (passw... |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-18-2020, 12:51 AM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
Any reason to not support it ? All other modes have the username implementation.
I guess this is a Feature Request for github :) |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-18-2020, 02:36 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
Ok. Legacy.. :)
Mode 16800 does support --username as it's only hex. That's why I thought mode 22000 (hex as well) would support it as well.
Anyway thanks for your common work to merge 16800 and 2500 ... |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-18-2020, 02:57 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
Hi Zerbea,
Fully agree to use hex instead of ASCII.
My initial question was why mode 16800 accepts --username but mode 22000 does not, because both inputs are in hex.
Having a look at the source code... |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-19-2020, 04:52 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
No worries :)
Amazing job you've done BTW. |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-19-2020, 08:40 PM |
|
|
Thread: Mode 22000 Bad file descriptor
Post: RE: Mode 22000 Bad file descriptor
This allows a brilliant fine tuning =) |
|
Mem5 |
hashcat
|
10 |
3,159 |
01-20-2020, 12:00 AM |
|
|
Thread: question about hashcat speed slow?
Post: RE: question about hashcat speed slow?
The one on the homepage is not the same as the one on the beta page.
The latest is beta. Try with it. |
|
Mem5 |
hashcat
|
7 |
2,061 |
01-25-2020, 02:59 PM |