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 [asc]
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Yes, for hashcat that is it. OpenCL might be different, but this is not OpenCL support forum!
atom hashcat 12 12,018 03-09-2017, 12:31 PM
    Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...

it should be enough to set the mask correctly, but I think you will still run into integer overflow because of a too large keyspace
atom hashcat 5 5,473 03-09-2017, 12:30 PM
    Thread: hybrid attack much slower in newer version of hashcat??
Post: RE: hybrid attack much slower in newer version of ...

You just need to write the attack a bit different, like this: ./hashcat --stdout -a 6 small_wordlist.txt ?a?a | ./hashcat -m2500 bla.hccapx -w 3 --status --status-timer 10
atom hashcat 2 3,587 03-08-2017, 12:08 PM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Either the The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) maintainer need to update the version or you use binary version from hashcat.net or you compile from sources
atom hashcat 12 12,018 03-08-2017, 10:01 AM
    Thread: how to crack multiple hashtype in the same time
Post: RE: how to crack multiple hashtype in the same ti...

Cracking multiple hashtypes at the same time is not supported
atom hashcat 1 3,478 03-08-2017, 10:00 AM
    Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt

I have seen the same error with AMDGPU-pro 16.40. This is a driver issue, not a hashcat issue.
atom hashcat 10 9,323 03-08-2017, 09:54 AM
    Thread: Need help with the HOWTO: Ubuntu Server guide
Post: RE: Need help with the HOWTO: Ubuntu Server guide

I typically remove the i386 packages from the AMD installer script, that way I do not need to add the entire architecture
atom hashcat 8 12,160 03-08-2017, 09:52 AM
    Thread: New parameter: --nonce-error-corrections
Post: New parameter: --nonce-error-corrections

I just wanted to do quick writeup on the new --nonce-error-corrections feature for WPA/WPA2 cracking in hashcat v3.40+x.  Afaik hashcat is the first WPA/WPA2 cracker that addresses this feature bu...
atom User Contributions 1 6,154 03-07-2017, 08:12 PM
    Thread: 970m vs 290x: benchmarks
Post: RE: 970m vs 290x: benchmarks

Makes sense as you compare a desktop discrete gpu with a mobile one
atom hashcat 4 4,440 03-07-2017, 10:03 AM
    Thread: R9 290x benchmark crashing at scrypt
Post: RE: R9 290x benchmark crashing at scrypt

No, it's more like 11208 sounds to be correct, see here: https://docs.google.com/spreadsheets/d/1B1S_t1Z0KsqByH3pNkYUM-RCFMu860nlfSsYEqOoqco/edit#gid=1439721324
atom hashcat 10 9,323 03-07-2017, 10:02 AM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Typical error when you try to load hccapx into too old hashcat version
atom hashcat 12 12,018 03-07-2017, 10:00 AM
    Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM

No, netntlmv2 is completely different and has a dedicated hash-mode in hashcat.
atom User Contributions 18 36,659 03-07-2017, 10:00 AM
    Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: hashcat v3.40

Sure it is, but you need to patch the kernel yourself. That's why it's open source :)
atom hashcat 5 5,473 03-07-2017, 09:58 AM
    Thread: hashcat v3.40
Post: hashcat v3.40

[hr] Welcome to hashcat v3.40 release! The major changes are the following: Added support to crack iTunes backups: https://hashcat.net/forum/thread-6047.html Added support to crack LUKS volu...
atom hashcat 6 22,347 03-03-2017, 06:18 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

If it's overheating you need to fix your cooling issue. That's not an hashcat issue
atom hashcat 16 18,208 03-03-2017, 09:24 AM
    Thread: how to crack .pcap
Post: RE: how to crack .pcap

You mean for WPA? https://hashcat.net/cap2hccapx/
atom hashcat 2 6,445 02-28-2017, 09:33 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

I don't know how the hash is extracted, but I know it's salted.
atom hashcat 7 6,125 02-28-2017, 09:32 PM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

You need to enable it, use -D1
atom hashcat 21 44,486 02-28-2017, 09:31 PM
    Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy

About your question: Yes wordlists can run only for a few seconds. See philsmd's note about how to add mutation rules. Also note that (in your command) you did not specify a wordlist in -a0 mode, whic...
atom hashcat 3 5,284 02-27-2017, 12:17 PM
    Thread: decryption problem with enctype 7500
Post: RE: decryption problem with enctype 7500

Yes, it's salted. See: https://hashcat.net/wiki/doku.php?id=example_hashes I don't know about that kerberos AS-REQ package you're talking about.
atom hashcat 7 6,125 02-27-2017, 12:14 PM