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: Rule help
Post: RE: Rule help

togglesX.rule
atom hashcat 5 4,934 05-17-2017, 12:10 PM
    Thread: compiling makefile github
Post: RE: compiling makefile github

How is this any useful? Quote: -- also it shows the password being attacked instead of including nananana as placeholders -- That would actually slow down the attack as the process as to pri...
atom Beta Tester 8 13,135 05-13-2017, 02:47 PM
    Thread: wpa/2 flaws?
Post: RE: wpa/2 flaws?

There's no such weakness in PBKDF2
atom General Talk 2 3,183 05-13-2017, 02:46 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: 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: 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: 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: Newbie Build Question?
Post: RE: Newbie Build Question?

I think this message is not from the NV installer but from the Intel one. If that's the case and you're on Ubuntu 16.04, ignore it, it will successfully install and work afterwards.
atom Hardware 4 5,735 05-13-2017, 02:25 PM
    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: Increasing maximum salt length in custom kernel
Post: RE: Increasing maximum salt length in custom kerne...

The maximum block size for 32 bit based sha* versions is 64 and 128 for the 64 bit based ones. So in case you want to compute a sha1 of an input message of length 102 you need to split them in two par...
atom hashcat 3 3,477 05-13-2017, 02:20 PM
    Thread: Check for collision of the first few chars
Post: RE: Check for collision of the first few chars

You need to modify the kernel
atom hashcat 1 2,274 05-07-2017, 08:08 PM
    Thread: --show step too slow using large file
Post: RE: --show step too slow using large file

The problem here is the --username switch. This causes hashcat to allocate a large memory block for each hash. If you have 100 million, it will take years. So the solution would be to not use --userna...
atom hashcat 3 4,270 05-07-2017, 08:07 PM
    Thread: ASCII encoded SHA256
Post: RE: ASCII encoded SHA256

Is the return of sha256(password) in binary? What is ascii()?
atom hashcat 1 2,986 05-07-2017, 08:05 PM
    Thread: example0 failed
Post: RE: example0 failed

Looks like a problem when hashcat tries to access some of the files. This is not related to libXNVCtrl, the difference to 3.0.0 is that this version did not had a file check on startup. So maybe you'r...
atom hashcat 3 6,767 05-07-2017, 08:04 PM
    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...

You can "reset to hccap" the way how hashcat is working by using --nonce-error-corrections=0
atom hashcat 3 4,718 05-07-2017, 08:02 PM
    Thread: Increasing maximum salt length in custom kernel
Post: RE: Increasing maximum salt length in custom kerne...

If it's a custom kernel it's propably only a few hashes to crack, in this case you can simply hardcode the salt values into the kernel.
atom hashcat 3 3,477 05-07-2017, 07:49 PM
    Thread: New option for 14100?
Post: RE: New option for 14100?

We could do that, on the other hand it's not really required in case you do a full keyspace search. Simply xor the IV with the key once it's found, that will be the real key.
atom User Contributions 2 4,269 04-24-2017, 03:07 PM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

Only a fast one would makes sense.
atom hashcat 9 8,853 04-24-2017, 03:03 PM
    Thread: Speed drop after 3 minutes.
Post: RE: Speed drop after 3 minutes.

Because the --gpu-temp-disable
atom hashcat 1 2,228 04-22-2017, 10:11 AM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

It depends on how it's implemented. Also note that I've recently added iconv support to the latest beta which could help you loading the .hcchrmb file.
atom hashcat 9 8,853 04-22-2017, 10:11 AM