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 [asc] Forum 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...

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

togglesX.rule
atom hashcat 5 4,934 05-17-2017, 12:10 PM
    Thread: itunes backup >10 - am i doing it wrong?
Post: RE: itunes backup >10 - am i doing it wrong?

No it's fine, iTunes backup >= 10.0 is doing 10,000,000 iterations of PBKDF2, so it's actually that slow. I meassured a single computation on CPU to run > 40 seconds.
atom General Talk 2 4,395 05-21-2017, 01:12 PM
    Thread: Use rules only on selected dictionaries
Post: RE: Use rules only on selected dictionaries

What's wrong with that solutions, it's pretty good use of hashcat. You can improve it by using | instead of > to not write the data to disc but to pipe it to the 2nd process.
atom General Talk 4 4,675 05-21-2017, 01:14 PM
    Thread: convert a WPA / WPA2 pcap
Post: RE: convert a WPA / WPA2 pcap

Not sure what's so hard to understand here. Just do not use wpaclean.
atom General Talk 9 15,387 05-21-2017, 01:15 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