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: PDF Hash
Post: RE: PDF Hash

On top of that, you may want to use the mask ?l?l?l?l?d?d?d?d and not ?a?a?a?a?a?a?a?a?a?a
atom hashcat 9 6,364 08-08-2018, 11:32 AM
    Thread: PDF Hash
Post: RE: PDF Hash

digidax Wrote: (08-08-2018, 11:44 AM) -- What filter I have to use? I know the password lenght is between 9 and 10 chars. Maybe it can be filtered sharper: one "%" is used, one "9" is used and the l...
atom hashcat 9 6,364 08-08-2018, 11:52 AM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Indeed, hcxdumptool doesn't work with my atheros (mini-pci): [ 13.804884] ath5k: phy0: Atheros AR5414 chip found (MAC: 0xa5, PHY: 0x61) However, my usb card works perfectly: Bus 001 Device 002: I...
atom User Contributions 187 1,293,337 08-08-2018, 11:55 AM
    Thread: PDF Hash
Post: RE: PDF Hash

I cracked the hash accidentially. The password was reused in a hash in the linkedin dump.
atom hashcat 9 6,364 08-08-2018, 04:37 PM
    Thread: hcxdumptool status
Post: RE: hcxdumptool status

The enable status syntax changed in latest version. You need to add a number, see the help menu. About the mask, please check the mask attack page on wiki: https://hashcat.net/wiki/doku.php?id=mask...
atom hashcat 2 4,733 08-09-2018, 12:27 PM
    Thread: Status: hashcat + AMD GPU + Windows
Post: Status: hashcat + AMD GPU + Windows

I've did some test with hashcat v4.2.1 with an AMD RX480 GPU on Windows 7 with the latest AMD "Adrenalin" driver ( win7-64bit-radeon-pro-software-adrenalin-edition-18.7.1-july9.exe ) just to make sure...
atom Hardware 10 11,716 08-09-2018, 02:58 PM
    Thread: Use of "/" slash in mask
Post: RE: Use of "/" slash in mask

There's also --hex-charset
atom hashcat 3 2,804 08-14-2018, 01:29 PM
    Thread: Low utilization with multi GPU
Post: RE: Low utilization with multi GPU

Benchmark numbers look fine, you probably do not feed your GPU with enough workload on the base. Try running in -a 3 mode.
atom hashcat 6 4,198 08-14-2018, 05:23 PM
    Thread: NVidia RTX 2080
Post: RE: NVidia RTX 2080

I need to do add them to tuning database, but this requires me to have an clinfo output first. If anyone has it, ping me.
atom Hardware 93 83,310 08-19-2018, 03:40 PM
    Thread: Software Encrypted Files
Post: RE: Software Encrypted Files

There's a lot of SHA256 checksums (not hashes passwords) in the file. Sometimes they are paired with an IV, which doesn't make sense, since SHA256 does not use an IV. So the speculation would be that ...
atom General Talk 2 2,218 09-08-2018, 10:18 AM
    Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking

The -S will be fast enough for WPA, but maybe not for md5crypt.
atom hashcat 19 9,937 09-08-2018, 10:27 AM
    Thread: Wrong Time Estimated with -w 4 parameter
Post: RE: Wrong Time Estimated with -w 4 parameter

If you use the latest beta, take a look at the salt position and try -S. With enough uncracked salts it might be fast enough to feed your GPUs.
atom hashcat 4 2,732 09-08-2018, 10:29 AM
    Thread: Duplicates
Post: RE: Duplicates

That's not how it is supposed to work. If you have dupe hashes in your hashlist, hashcat will automatically remove the dupes on startup. It will then create a single entry for in the potfile if it cra...
atom hashcat 1 1,676 09-08-2018, 10:31 AM
    Thread: need advice
Post: RE: need advice

There's also no guarantee the owner of the router did not change the password manually.
atom hashcat 5 3,637 09-08-2018, 10:33 AM
    Thread: Bruteforce partial HASH SHA1
Post: RE: Bruteforce partial HASH SHA1

This is not support by default with hashcat, but it's pretty easy to hack hashcat to do it.  I've attached a diff to do so. Make sure to clean old objects and cached kernels, too. Quote: -- $ mak...
atom hashcat 3 3,923 09-08-2018, 10:59 AM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

1. Since hashcat support passwords up to length 256, you now need four times the same amount of memory on host and on gpu as with older versions. 2. Since hashcat support utilizing all existing GPU t...
atom hashcat 1 2,222 09-24-2018, 03:27 AM
    Thread: kernel implementation quirks between a0, a1, a3
Post: RE: kernel implementation quirks between a0, a1, a...

It's all about optimizations. Whenever possible we try to avoid swaps in the kernel, especially in fast hash kernels. For pure kernels, we need to stick to the original idea of having an openssl-like ...
atom hashcat 1 2,140 09-24-2018, 03:30 AM
    Thread: cracking salted SHA1
Post: RE: cracking salted SHA1

It does look like hex but I doubt that it is becuase true hex encoding would require an even number of characters as salt.
atom hashcat 14 19,731 09-24-2018, 03:32 AM
    Thread: 2x GTX 1080ti + 1070 on MD5 /NTLM very very slow
Post: RE: 2x GTX 1080ti + 1070 on MD5 /NTLM very very sl...

Try ?a?a?l?l?l?l?l?l?l?l instead of ?l?l?l?l?l?l?l?l?a?a (because of unicode)
atom hashcat 11 7,371 09-28-2018, 08:25 PM
    Thread: 2x GTX 1080ti + 1070 on MD5 /NTLM very very slow
Post: RE: 2x GTX 1080ti + 1070 on MD5 /NTLM very very sl...

Yes that's perfectly normal. With multiple hashes there's some optimization that we can not do.
atom hashcat 11 7,371 09-29-2018, 09:22 AM