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 [desc] Posted
    Thread: ESSID:key available lists?
Post: RE: ESSID:key available lists?

Hum. So you are looking at relationships between ESSID and passwords, but you are only interested in passwords created by humans? IMHO human generated passwords have almost no relationships with ESSI...
Mem5 hashcat 6 1,108 07-02-2020, 07:39 PM
    Thread: Hashcat has won CMIYC 2019
Post: RE: Hashcat has won CMIYC 2019

Saw that! Awesome!
Mem5 General Talk 1 1,112 08-13-2019, 09:47 AM
    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: 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: No HW mon when using Remote Desktop (Win 7)
Post: RE: No HW mon when using Remote Desktop (Win 7)

What's your commandline ? What's the full output?
Mem5 hashcat 1 1,142 06-23-2019, 10:55 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,147 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,147 11-02-2019, 10:43 AM
    Thread: Hashcat 6.0.0 / CUDA crash (Solved)
Post: RE: Hashcat 6.0.0 / CUDA crash (Solved)

Thanks for the update SquinklePhoom. Could you share the commands please? Same issue here. I've done: Code: -- # Uninstall previous Nvidia driver apt-get remove --auto-remove nvidia-cuda-toolkit nvi...
Mem5 hashcat 3 1,166 06-20-2020, 04:16 PM
    Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.

You hash is not well formatted, have a look at https://hashcat.net/wiki/doku.php?id=example_hashes : Code: -- $RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317 -- You hash must look like thi...
Mem5 hashcat 5 1,169 05-07-2020, 11:37 AM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

'modules' directory should not be under /usr/bin Try extracting hashcat into ~/ and run ~/hashcat-6.1.1/hashcat.bin -I
Mem5 hashcat 12 1,185 08-14-2020, 11:50 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

Code: -- apt-get -y install p7zip-full wget "https://hashcat.net/files/hashcat-6.1.1.7z" 7z x hashcat-6.1.1.7z cd hashcat-6.1.1 ./hashcat.bin -I --
Mem5 hashcat 12 1,185 08-15-2020, 08:58 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

As written: update CUDA (current is 11.0) VeraCrypt is kinda secure, so yes it's "slow". But you can get around 2073 H/s with a 2080 Ti GPU K80 is very slow for all algorithms. Get a better GPU =)
Mem5 hashcat 12 1,185 08-16-2020, 11:30 AM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

'nohup' as well
Mem5 hashcat 12 1,185 08-16-2020, 03:16 PM
    Thread: AMD Rx5700 can't run WPA normally
Post: RE: AMD Rx5700 can't run WPA normally

Best cards are (order by price desc) 2080 ti, 2080, 1080 ti, 1080.
Mem5 hashcat 5 1,197 05-13-2020, 05:10 PM
    Thread: AMD Rx5700 can't run WPA normally
Post: RE: AMD Rx5700 can't run WPA normally

adminqiqi Wrote: (05-14-2020, 11:19 AM) -- Is 2070s OK? -- Yep
Mem5 hashcat 5 1,197 05-14-2020, 11:31 AM
    Thread: No hashes loaded
Post: RE: No hashes loaded

- Paste output of "hashcat --version". - How did you create your hccapx file? If you still have the original .cap file, I strongly advice to extract a mode 22000 hash instead of a hccapx.
Mem5 hashcat 3 1,210 03-12-2020, 03:02 PM
    Thread: DECRYPTUM
Post: RE: DECRYPTUM

Can"t wait to see 3090 benchmarks ;)
Mem5 Hardware 12 1,219 09-12-2020, 02:22 PM
    Thread: There is no results for cracking password
Post: RE: There is no results for cracking password

hashcat outputs in sdtout by default, so I suggest you to add "-o result.txt" if you want the password to be written to this file. OR use the --show switch as mentioned by philsmd.
Mem5 hashcat 5 1,227 03-29-2020, 12:47 PM
    Thread: There is no results for cracking password
Post: RE: There is no results for cracking password

No, hashcat reads galleria.16800. Then if password if found, it writes it to stdout OR (if -o set) to a file, and in any case to potfile (*.pot).
Mem5 hashcat 5 1,227 03-29-2020, 02:20 PM
    Thread: Help with SHA1
Post: RE: Help with SHA1

You'll find your anwser at https://hashcat.net/wiki/doku.php?id=hashcat
Mem5 hashcat 1 1,242 08-13-2019, 09:50 AM