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

Search Results
Post Author Forum Replies [desc] Views Posted
    Thread: m 3800 with different starting and ending salts - how?
Post: RE: m 3800 with different starting and ending salt...

mode 3800 only supports a single salt. You need to use mode 20 and create your attack in such a way that the email (second salt) is always appended to the actual candidate.
undeath hashcat 2 1,767 03-05-2019, 05:10 PM
    Thread: How does PCIE x1 affect speed?
Post: RE: How does PCIE x1 affect speed?

https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/
undeath Hardware 2 2,359 03-12-2019, 01:06 AM
    Thread: BruteForce with specific patterns
Post: RE: BruteForce with specific patterns

you can use princeprocessor
undeath General Talk 2 1,915 03-26-2019, 07:50 PM
    Thread: Argon2 Support
Post: RE: Argon2 Support

Surprisingly there isn't even a github issue for argon2 support (except as part of a keepass update). I'd be interested in seeing how hashcat performs with various argon2 parameter combinations myself...
undeath hashcat 2 1,684 03-27-2019, 09:06 PM
    Thread: adding additional GPU to Brutalis | Hashstack
Post: RE: adding additional GPU to Brutalis | Hashstack

afaik you get an unrestricted usage license as long as you're a Sagitta HPC customer. But it's certainly something you should ask their sales department about directly.
undeath Hardware 2 2,078 04-24-2019, 05:32 PM
    Thread: Can someone explain what Payload pbkdf2 information means
Post: RE: Can someone explain what Payload pbkdf2 inform...

you can use this script to extract a string hashcat can handle from that file: https://github.com/stricture/hashstack-server-plugin-hashcat/blob/master/scrapers/blockchain2hashcat.py note: change "ve...
undeath hashcat 2 1,743 05-13-2019, 02:52 PM
    Thread: Atoms client-less WPA-attack if PSK not in dict
Post: RE: Atoms client-less WPA-attack if PSK not in dic...

Please be more specific. What hash mode are you talking about? In general, hashcat will never automatically switch between different attack modes.
undeath hashcat 2 1,526 05-25-2019, 03:41 PM
    Thread: Excel 2016 Workbook Hash
Post: RE: Excel 2016 Workbook Hash

hashcat can only crack passwords of encrypted office documents, not protected ones.
undeath hashcat 2 2,112 05-27-2019, 07:23 PM
    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,274 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,555 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,928 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,627 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,218 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,189 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