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 [asc] Replies Views Posted
    Thread: Using DD to get the hash of a non-system partition encrypted by VeraCrypt
Post: RE: Using DD to get the hash of a non-system parti...

if your dd in fact spits out ascii-hex it's probably broken
undeath hashcat 3 865 03-29-2020, 04:27 PM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

--force is bad
undeath hashcat 7 1,454 03-29-2020, 10:50 PM
    Thread: hashcat problem with huge dictionary text files (bug)
Post: RE: hashcat problem with huge dictionary text file...

you are using -a3 (mask attack) with a dictionary btw, pocl is not recommended, you should use the Intel OpenCL runtime
undeath hashcat 3 883 03-30-2020, 12:05 AM
    Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)

install rocm
undeath hashcat 4 1,105 03-30-2020, 12:38 AM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

Then you should install the correct OpenCL runtimeā€¦
undeath hashcat 7 1,454 03-30-2020, 07:35 PM
    Thread: Hash Mode question
Post: RE: Hash Mode question

PMK modes are for SSID-specific lookup tables (poor man's rainbow table) and are generally only useful in very specific circumstances. PMKID is a slightly different attack on WPA that is generally mo...
undeath hashcat 1 584 03-31-2020, 03:44 PM
    Thread: hashcat problem with huge dictionary text files (bug)
Post: RE: hashcat problem with huge dictionary text file...

If you use a dictionary you should use a dictionary attack (a0).
undeath hashcat 3 883 03-31-2020, 06:12 PM
    Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)

If you still have pocl installed try to remove that.
undeath hashcat 4 1,105 03-31-2020, 06:13 PM
    Thread: hashcat on raspberry pi 4
Post: RE: hashcat on raspberry pi 4

https://hashcat.net/forum/thread-2368.html?highlight=raspberry+pi
undeath hashcat 3 1,258 04-01-2020, 01:45 AM
    Thread: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.

if you have a list of email:hash you can use --show with --username combined: Code: -- hashcat -m 99999 --show --username user_hash.txt user1:passwd1:passwd1 user2:passwd2:passwd2 user3:passwd3:pass...
undeath hashcat 3 971 04-02-2020, 12:41 AM
    Thread: Pregen PMKs using hashcat
Post: RE: Pregen PMKs using hashcat

It's not possible using hashcat. You need to use hcxtools.
undeath hashcat 3 808 04-04-2020, 02:36 AM
    Thread: What is the diffenrence?
Post: RE: What is the diffenrence?

Different kinds of optimisations apply. They both try the same candidates but do so in very different ways.
undeath hashcat 1 534 04-05-2020, 01:44 AM
    Thread: dictionnary
Post: RE: dictionnary

"at the same time" doesn't really make sense. You could start multiple hashcat instances, one for each dictionary, but that's not generally recommended. Also, don't use --force. ever.
undeath hashcat 4 1,122 04-08-2020, 11:33 AM
    Thread: Ryzen 3900x not recognized.
Post: RE: Ryzen 3900x not recognized.

never use --force You need to install the Intel OpenCL runtime for your CPU to work.
undeath hashcat 5 1,349 04-11-2020, 12:04 PM
    Thread: Ryzen 3900x not recognized.
Post: RE: Ryzen 3900x not recognized.

Doesn't matter, it works for AMD CPUs, too.
undeath hashcat 5 1,349 04-11-2020, 01:05 PM
    Thread: Ryzen 3900x not recognized.
Post: RE: Ryzen 3900x not recognized.

Looks like installing the Intel OpenCL runtime broke the ICD loader for you. Maybe you can fix that by reinstalling the loader only.
undeath hashcat 5 1,349 04-11-2020, 04:09 PM
    Thread: Help to specify mask/charset/command
Post: RE: Help to specify mask/charset/command

No, it's because there are so many possibilities you will never see the attack complete in your lifetime no matter what hardware you have.
undeath hashcat 3 872 04-12-2020, 06:47 PM
    Thread: algo 20710
Post: RE: algo 20710

as written on the example hashes page, it's only available in the beta https://hashcat.net/beta/
undeath hashcat 2 828 04-13-2020, 10:25 PM
    Thread: Output progress over time in hashcat
Post: RE: Output progress over time in hashcat

You can use --status and --status-timer to log hashcat's progress to stdout (and redirect to a file) and then analyse those logs.
undeath hashcat 3 897 04-13-2020, 11:56 PM
    Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate

The "test database file" probably simply had a lower iteration count.
undeath hashcat 4 2,007 04-14-2020, 12:48 AM