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 [asc] Views Posted
    Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption

It's not clear what exactly your problem is.
undeath hashcat 2 1,273 06-05-2019, 11:17 AM
    Thread: Recovering password for Excel 97-2003 file (RC4)
Post: RE: Recovering password for Excel 97-2003 file (RC...

You need to escape special characters your shell interprets. Read up on how to use your shell or put the hash in a txt file.
undeath hashcat 2 1,553 06-12-2019, 06:19 PM
    Thread: nvmlDeviceGetFanSpeed(): Not Supported
Post: RE: nvmlDeviceGetFanSpeed(): Not Supported

nvmlDeviceGetFanSpeed(): Not Supported is only a warning. The error is right above that. Install the proper opencl runtimes for your hardware.
undeath hashcat 2 3,926 06-22-2019, 11:18 AM
    Thread: GPU GTX 1080 + Intel Xeon CPUs
Post: RE: GPU GTX 1080 + Intel Xeon CPUs

Try reinstalling the gpu driver.
undeath hashcat 2 1,625 07-16-2019, 05:57 PM
    Thread: Unhandled Exception
Post: RE: Unhandled Exception

are you talking about some third-party gui?
undeath hashcat 2 1,216 07-25-2019, 12:26 AM
    Thread: scrypt hash format
Post: RE: scrypt hash format

You have to reformat the hashes for cracking with hascat. Hashcat's format is SCRYPT:n:r:p:salt:hash salt and hash are base64-encoded. I think hashcat only supports hash lengths of 32 bytes. You have...
undeath hashcat 2 1,187 08-12-2019, 11:19 AM
    Thread: Using Cuda 10.2 after OpenCL installed
Post: RE: Using Cuda 10.2 after OpenCL installed

you can select individual devices using -d but as can be seen hashcat will use device #1 by default, which is the CUDA interface of your GPU, which is optimal.
undeath hashcat 2 1,112 09-02-2019, 12:37 AM
    Thread: Radeon HD 6990 GPU
Post: RE: Radeon HD 6990 GPU

6990 is way too old for rocm
undeath hashcat 2 1,436 09-09-2019, 09:23 PM
    Thread: Supported cards
Post: RE: Supported cards

for AMD you can mostly refer to the list of devices supported by ROCm: https://rocm.github.io/hardware.html Some older cards may work with the official AMD drivers on Windows but don't expect anythin...
undeath Hardware 2 1,967 09-09-2019, 11:53 PM
    Thread: Parsing and counting salts in hashlists
Post: RE: Parsing and counting salts in hashlists

There is no generic way of doing it. Various formats have their own representation and encoding. See https://hashcat.net/wiki/doku.php?id=example_hashes for some examples.
undeath General Talk 2 1,189 09-20-2019, 12:57 PM
    Thread: 100% rejects while using "short words to long" rule
Post: RE: 100 rejects while using duplicate rules with s...

Words are always rejected before applying rules. Since no word satisfies the minimum requirement of 8 chars they are all rejected. You can work this around by appending two characters to each input...
undeath hashcat 2 1,021 09-27-2019, 05:31 PM
    Thread: PMKID
Post: RE: PMKID

I guess the question was meant to ask "why can you not use the PMKID to authenticate with a AP". Answer is simple: because the PMKID is not used in the WPA handshake.
undeath General Talk 2 1,511 10-04-2019, 07:21 PM
    Thread: new 5700xt fails to benchmark
Post: RE: new 5700xt fails to benchmark

try with the beta at https://hashcat.net/beta/
undeath hashcat 2 1,285 12-04-2019, 01:54 PM
    Thread: New password guessing method
Post: RE: New password guessing method

The example you describe can be easily solved using hashcat's rules (and in fact already has many years ago, see the korelogic rules). Unless you cannot use rules to express your mutations you shou...
undeath hashcat 2 1,362 01-03-2020, 02:57 PM
    Thread: osx errors
Post: RE: osx errors

you need to properly escape your arguments depending on your shell
undeath hashcat 2 1,012 01-04-2020, 04:30 PM
    Thread: Can this password type be brute forced?
Post: RE: Can this password type be brute forced?

Assuming a theoretical hash rate of 1 TH/s (which is already very fast, even for a fast hash mode) you'd be looking at about 10^43 years of cracking. Pretty sure that's well beyond the expected end of...
undeath General Talk 2 1,226 01-10-2020, 01:08 PM
    Thread: Need help with hashcat
Post: RE: Need help with hashcat

Your hardware is way too old. Sorry, got confused. Download the latest nvidia driver from their homepage, not through windws. https://www.nvidia.com/Download/driverResults.aspx/145874/en-us
undeath hashcat 2 1,057 02-05-2020, 10:51 PM
    Thread: Help with cracking a password to a PDF
Post: RE: Help with cracking a password to a PDF

hashcat does not use rainbow tables. And besides, I have no idea how your md5 is related to the pdf mentioned in the thread title.
undeath General Talk 2 1,069 02-16-2020, 02:08 PM
    Thread: 10-Hex-Generator
Post: RE: 10-Hex-Generator

You cannot use restore with a pipe. Your candidate generator has to have some kind of resume support for that.
undeath hashcat 2 1,301 02-17-2020, 11:53 PM
    Thread: Wordlist Processing Order
Post: RE: Wordlist Processing Order

The order ist pretty much random because of very high parallelization when doing GPU cracking.
undeath General Talk 2 994 03-04-2020, 10:33 PM