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 [desc]
    Thread: iTunes backup crack too slow
Post: RE: iTunes backup crack too slow

I'm not sure what's the problem. All numbers match perfectly. I ran this on my rx480 which is the closest I have matching you GPU. It's 10,000,000 iterations of PBKDF2-HMAC-SHA256. So let's benchma...
atom hashcat 8 3,794 03-14-2019, 08:37 AM
    Thread: iClass request
Post: RE: iClass request

I'd be happy to add this to hashcat. Just need the details.
atom hashcat 4 2,575 03-14-2019, 08:38 AM
    Thread: AES128 is this possible ?
Post: RE: AES128 is this possible ?

It can not. People attack the KDF, which is used to create the AES key. But that's not the fault of AES.
atom General Talk 2 1,971 03-14-2019, 08:39 AM
    Thread: GPU usage optimization
Post: RE: GPU usage optimization

This is relevant only for AMD GPU. Don't use these settings, they can break things.
atom hashcat 2 1,797 03-14-2019, 08:42 AM
    Thread: Hebrew charset + masking?
Post: RE: Hebrew charset + masking?

There are a million things to think of when it comes to the encoding nightmare. Generally: Hashes work bytewise. Hashcat works bytewise. No need to do anything if you run wordlist attacks. It will...
atom hashcat 2 1,654 03-14-2019, 08:46 AM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

I can't reproduce this locally: Code: -- root@ht:~/hashcat# ./hashcat -m 13761 tools/vc_tests/hashcat_sha256_aes_boot_pim500.vc -a 3 hashca?l --veracrypt-pim 500 hashcat (v5.1.0-737-gbbae1b53...
atom hashcat 13 5,705 03-14-2019, 11:05 AM
    Thread: Fixed length passwords w/ wordlists
Post: RE: Fixed length passwords w/ wordlists

Use princeprocessor, add ?l, ?d and ?u as part of the wordlist, set pw-min 8 and --pw-max 8 and use --elem-cnt-max 4 to workaround the brute-force effect.
atom hashcat 1 1,307 03-18-2019, 09:51 AM
    Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat WPA benchmark not starting at all

Why use such an old driver? Stick to the latest. Also, try https://hashcat.net/beta/
atom hashcat 12 8,210 03-18-2019, 09:53 AM
    Thread: Multi-GPU utilization
Post: RE: GPU utilization

The performance of the GPU is not because they are fast but they run in parallel. A too low -l hinders them utilizing all shader. Also, try -w 3 if -l is big enough
atom hashcat 5 3,037 03-18-2019, 10:11 AM
    Thread: Brain with NetNTLMv2, WPA2, Kerberos TGS, etc.
Post: RE: Brain with NetNTLMv2, WPA2, Kerberos TGS, etc.

Right, the max. cracking speed is around 500kH/s. The 28kH/s is only because by default not all feature sets are enabled.
atom hashcat 4 2,107 03-23-2019, 06:09 PM
    Thread: Several Handashakes in a sinlge file
Post: RE: Several Handashakes in a sinlge file

It will save every password it finds in combination with all the information you need to identify the network. Single convert is sufficient.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 1,868 03-23-2019, 06:12 PM
    Thread: Multi-GPU utilization
Post: RE: Multi-GPU utilization

The limit should be fine. Eventually a problem with the PCI-E bus.
atom hashcat 5 3,037 03-23-2019, 06:17 PM
    Thread: Compile Hashcat static version
Post: RE: Compile Hashcat static version

You can use latest beta an remove unwanted modes from modules/
atom hashcat 1 1,402 03-23-2019, 06:17 PM
    Thread: Cracking SSD password
Post: RE: Cracking SSD password

I remember this from last year: https://www.tomshardware.com/news/crucial-samsung-ssd-encryption-bypassed,38025.html No Password = not relevant for hashcat
atom General Talk 2 2,111 03-23-2019, 06:21 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

You can not use hashcat to crack this even if this exact combination of mode, cipher, and hash are used in TC/VC, too. It would require to add a new module for diskcryptor.
atom hashcat 8 4,260 03-23-2019, 06:29 PM
    Thread: error while starting Device
Post: RE: error while starting Device

Driver Version : 390.116 too old and eventual previously used OpenCL runtime from a different driver. Make sure to clean it by hand, see FAQ
atom hashcat 3 1,869 03-23-2019, 06:30 PM
    Thread: Brain with NetNTLMv2, WPA2, Kerberos TGS, etc.
Post: RE: Brain with NetNTLMv2, WPA2, Kerberos TGS, etc.

In theory multiple GH/s, but the slow candidate modes is it that creates the bottleneck here, not the brain.
atom hashcat 4 2,107 03-23-2019, 06:31 PM
    Thread: error while starting Device
Post: RE: error while starting Device

Please retry with the latest version from GitHub master or https://hashcat.net/beta/
atom hashcat 3 1,869 04-02-2019, 01:01 PM
    Thread: Multi-GPU utilization
Post: RE: Multi-GPU utilization

The general rule for using -l is using --progress-only first in order to find out the ideal multiple for -l. Also note the use of -S. Quote: -- ./hashcat -m 9600 hash.txt -O -a 3 -s 0 ?a?a?a?a?a...
atom hashcat 5 3,037 04-02-2019, 01:15 PM
    Thread: Determining which slot a GPU is in?
Post: RE: Determining which slot a GPU is in?

I think clinfo can print the PCI slot number, so you can then translate to hashcat OpenCL device.
atom hashcat 2 1,530 04-02-2019, 01:19 PM