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 [asc] Replies Views Posted
    Thread: 8-12% drop in speed in "Hashcat 3.5.0" (running wpa2)
Post: RE: 8-12% drop in speed in "Hashcat 3.5.0" (runnin...

Then you maybe want to fix your handshake recording. Try out wlandump from https://github.com/ZerBea/hcxtools it's the way to go in 2017.
atom hashcat 3 4,718 05-13-2017, 02:23 PM
    Thread: Cracking failed on Radeon Pro WX5100
Post: RE: Cracking failed on Radeon Pro WX5100

It's a known problem with all AMDGPU-Pro drivers > 16.40, therefore you should stick with 16.40 and not newer ones.
atom hashcat 5 6,864 05-13-2017, 02:28 PM
    Thread: CL_PLATFORM_NOT_FOUND_KHR Error
Post: RE: CL_PLATFORM_NOT_FOUND_KHR Error

It is for sure a driver installation error. Just run a different OpenCL tool to verify, like this: https://github.com/Oblomov/clinfo
atom hashcat 4 14,442 05-13-2017, 02:32 PM
    Thread: Joomla 3.7 hash type?
Post: RE: Joomla 3.7 hash type?

I'm afraid it could be bcrypt(md5($pass.$salt)) so that they can stay backward compatible and do not require the users to re-enter the password in order to update the hashes to just bcrypt. Can someon...
atom hashcat 3 4,586 05-13-2017, 02:34 PM
    Thread: custom workload
Post: RE: custom workload

In case your goal is to have a priority solution it's much easier to handle if you create small packages using -s and -l so that you can switch to a different active package in a small timeframe.
atom hashcat 6 5,312 05-13-2017, 02:42 PM
    Thread: Rule help
Post: RE: Rule help

togglesX.rule
atom hashcat 5 4,934 05-17-2017, 12:10 PM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

Well a quick fix for you would be to rewrite the kernel to reuse the first 8 byte as input for the 2nd and 3rd DES round and do a mask attack where the last 16 byte are static.
atom hashcat 8 7,519 05-21-2017, 01:18 PM
    Thread: Unknown salt
Post: RE: Unknown salt

Create all possible variants using maskprocessor plus a leading ":" to file A, then use combinator.bin from hashcat-utils with your current hashlist and file A to merge them to create a large hashlist...
atom hashcat 5 5,396 05-21-2017, 01:20 PM
    Thread: Zip file, pkzip2, does hashcat support this yet?
Post: RE: Zip file, pkzip2, does hashcat support this ye...

Only $zip2$ is supported (WinZip).
atom hashcat 1 3,727 05-21-2017, 01:23 PM
    Thread: Unknown salt
Post: RE: Unknown salt

It's your own fault if you do not export the salt, which is freely available in the database. If you intentionally make your life harder than necessary, that's what you get.
atom hashcat 5 5,396 05-22-2017, 08:37 AM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

It depends on who you are and what the purpose is
atom hashcat 8 7,519 05-22-2017, 08:37 AM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works. You need to try more clever attacks based on wordlists.
atom hashcat 13 22,739 05-22-2017, 08:41 AM
    Thread: Unknown salt
Post: RE: Unknown salt

The -e option was in hashcat legacy only
atom hashcat 5 5,396 05-23-2017, 03:30 PM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

No need to proof, I know it works if the key B = A and C = A. However, I don't know of any tool doing this. Also there are other (more interessting) attack-vectors on 3des, but all of them require to ...
atom hashcat 8 7,519 05-23-2017, 03:35 PM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

kjs Wrote: (05-23-2017, 03:32 PM) -- atom Wrote: (05-22-2017, 08:41 AM) -- Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works...
atom hashcat 13 22,739 05-23-2017, 03:38 PM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

No, because it's not the related to a CPU architecture. It's the variables datatype that counts.
atom hashcat 13 22,739 05-23-2017, 04:01 PM
    Thread: About Cracking
Post: RE: About Cracking

There's no AES known plaintext attack module and unless the keyspace is largely decreased by some very good password "hint" it's not possible to crack the key based on it.
atom hashcat 1 2,699 05-26-2017, 10:00 AM
    Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

The GPU is too old and the drivers do not support them cleanly, hence the errors. Solution: Buy a new GPU.
atom hashcat 5 6,883 05-26-2017, 10:02 AM
    Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary

In case you only want words of the length between 8 and 10 (inclusive) then: len.bin 8 10 < in.txt > out.txt
atom hashcat 7 7,058 05-26-2017, 10:04 AM
    Thread: hashcat and wps
Post: RE: hashcat and wps

WPS is not supported with hashcat
atom hashcat 2 4,835 05-26-2017, 10:04 AM