Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    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,036 11-08-2019, 07:12 PM
    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,036 11-08-2019, 09:34 AM
    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,147 11-02-2019, 10:43 AM
    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,147 11-01-2019, 11:54 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,719 11-01-2019, 11:15 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 913 11-01-2019, 11:14 PM
    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,073 11-01-2019, 11:13 PM
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

slawson Wrote: (10-23-2019, 09:40 PM) -- copy /b *.16800 all.16800 -- Pay attention, /B          Indicates a binary file While 16800 mode is text only.
Mem5 General Talk 5 3,006 10-29-2019, 09:06 AM
    Thread: Creating Custom Password List
Post: RE: Creating Custom Password List

%x tells printf to print the variable in lower-case hexadecimal, to be able then to decrease the value by 1.
Mem5 General Talk 6 2,559 10-24-2019, 10:08 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,315 10-24-2019, 09:50 AM
    Thread: Creating Custom Password List
Post: RE: Creating Custom Password List

slawson Wrote: (10-23-2019, 10:48 PM) -- is there any way to decrease the last two digits by one hex value? -- I would build an array and walk through it.
Mem5 General Talk 6 2,559 10-23-2019, 11:08 PM
    Thread: clWaitForEvents(): CL_UNKNOWN_ERROR
Post: RE: clWaitForEvents(): CL_UNKNOWN_ERROR

GPUs model ?
Mem5 hashcat 6 2,315 10-23-2019, 09:26 PM
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

Have you tried to cat them all in one file?
Mem5 General Talk 5 3,006 10-23-2019, 09:26 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,731 10-18-2019, 08:55 AM
    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,141 10-12-2019, 03:52 PM
    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,141 10-11-2019, 11:20 PM
    Thread: Best way to crack emails?
Post: RE: Best way to crack emails?

Do you mean that my rule file should contain: Code: -- $@$g$m$a$i$l$.$c$o$m ... -- ?
Mem5 General Talk 3 1,903 10-06-2019, 03:34 PM
    Thread: Best way to crack emails?
Post: Best way to crack emails?

Hi, Please share here your hints about cracking emails. I personally use : - facebook names wordlist (left side) + wordlist of email domains (gmail.com, hotmail, etc., right side) using combinator att...
Mem5 General Talk 3 1,903 10-06-2019, 11:04 AM
    Thread: LM Hashes
Post: RE: LM Hashes

What's the Windows version? LM can be stored, but NTLM can be stored and used as well. Your LM password is uppercase (LM works like this) but NTLM is case sensitive. So if NTLM is used, your passwo...
Mem5 General Talk 11 5,707 08-21-2019, 05:33 PM
    Thread: Weird result with MSSQL 2000 mode 131
Post: RE: Weird result with MSSQL 2000 mode 131

I wonder why it does not copy the hash itself in the result. Will read. Thanks.
Mem5 hashcat 3 1,554 08-18-2019, 11:09 PM