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: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...

It's a known bug: https://github.com/hashcat/hashcat/issues/1705 As a workaround you can either switch to linux or use an older hashcat version.
atom General Talk 7 5,191 09-29-2018, 09:24 AM
    Thread: NVidia RTX 2080
Post: RE: NVidia RTX 2080

> With the GTX 980, turning on -w3 or -w4 results in up to 50% lower hashes If you set -w in benchmark mode you disabled -O (you can see it in the benchmark options display). You can re-enable it b...
atom Hardware 93 83,310 09-29-2018, 09:28 AM
    Thread: Thanks
Post: Thanks

Just wanted to say thanks to you guys (you know who you are) who are helping answering questions in this forum.  I couldn't do it alone while doing development at the same time. So thank you!
atom User Contributions 2 3,034 10-11-2018, 09:04 PM
    Thread: Help with optimizing dict attack
Post: RE: Help with optimizing dict attack

Try with prince and use the words in the basewords with and without spaces at the end
atom General Talk 2 2,486 10-25-2018, 07:21 AM
    Thread: BLAKE2
Post: RE: BLAKE2

1375.8 MH/s on a 1080
atom hashcat 4 3,133 10-25-2018, 07:24 AM
    Thread: hashcat v5.0.0
Post: hashcat v5.0.0

[hr] Welcome to hashcat v5.0.0! Download binaries or sources: https://hashcat.net/hashcat/ [hr] This release is mostly about two new major features: The hashcat brain Slow candidates Before we ...
atom hashcat 11 50,025 10-28-2018, 06:45 PM
    Thread: Adding PCFGs to Hashcat's Brain
Post: RE: Adding PCFGs to Hashcat's Brain

Quote: -- I'm very excited about Hashcat's Brain server and have started to look into if it would be possible to incorporate a PCFG guesser into it. -- There's a general misunderstanding here. ...
atom hashcat 8 6,407 11-09-2018, 10:38 AM
    Thread: 2 computers
Post: RE: 2 computers

If you stick to --brain-client-functions=2 it will work on every computer and with as many computers as you want. Since --brain-client-functions=3 is the default and therefore this enables --brain-cli...
atom General Talk 5 4,235 11-09-2018, 02:01 PM
    Thread: Adding PCFGs to Hashcat's Brain
Post: RE: Adding PCFGs to Hashcat's Brain

OK, I can see where this is going. It's the reason why hashcat generators are exactly how they are. There's simply no way to seek in such probabilistic systems. I expected that actually, even I hoped ...
atom hashcat 8 6,407 11-09-2018, 07:57 PM
    Thread: Adding PCFGs to Hashcat's Brain
Post: RE: Adding PCFGs to Hashcat's Brain

Quote: -- 1) Just like there are many types of Markov attacks, (Hashcat Markov, JtR/Narayanan Markov, JtR Incremental, OMEN, etc), there are many ways to generate guesses with PCFGs. These differen...
atom hashcat 8 6,407 11-11-2018, 03:01 PM
    Thread: 2 computers
Post: RE: 2 computers

That's not how it works because that's not the real purpose of the brain. If you want a real distributed solution for hashcat, use hashtopolis.
atom General Talk 5 4,235 11-11-2018, 03:03 PM
    Thread: Salt input and bruteforcing
Post: RE: Salt input and bruteforcing

It all goes down to the unknown parts. If they just numbers length 16 is feasible.
atom hashcat 3 2,135 11-11-2018, 03:04 PM
    Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once

In order to use CPU devices, you need -D 1. In order to use CPU+GPU, you need to use -D 1,2 instead. Do not use -d in this case because you would enable opencl runtimes for the same device but with le...
atom hashcat 8 4,135 11-11-2018, 03:08 PM
    Thread: word combinations with masks between
Post: RE: word combinations with masks between

If you use 6223 you don't need to use 6221. IOW, there's a just a total of 3 modes to check: 6213 6223 6233
atom General Talk 2 2,116 11-17-2018, 12:42 AM
    Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...

How about --markov-disable ? In that case, if you use -1, the ordering of the configuration you set remains.
atom hashcat 7 4,634 11-23-2018, 10:20 AM
    Thread: Hashcat exiting with no error message
Post: RE: Hashcat exiting with no error message

You can use afterburner to find out what this threshold is exactly (and change it).
atom hashcat 3 3,323 12-01-2018, 05:57 PM
    Thread: hashcat v5.1.0
Post: hashcat v5.1.0

[hr] Welcome to hashcat v5.1.0!  Download binaries or sources: https://hashcat.net/hashcat/  [hr] This release is mostly about expanding support for new algorithms and fixing bugs: Add...
atom hashcat 4 23,761 12-02-2018, 01:06 PM
    Thread: Brain as a centralized potfile?
Post: RE: Brain as a centralized potfile?

Just a small addition to (2). If the fast hash is a salted hash (like vbull or so) and you have sufficient number of salts, the bottleneck effect is mitigated by the salts if you have enough of them (...
atom hashcat 3 2,094 12-16-2018, 10:59 PM
    Thread: hashcat 0h/s
Post: RE: hashcat 0h/s

Only 28GB wordlist. Startup time must be horrible :)
atom hashcat 3 2,303 12-16-2018, 11:03 PM
    Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver

Also note, ROCm example app does not involve OpenCL. There's also clinfo which uses OpenCL. If that works and you can see your device then hashcat should work, too.
atom hashcat 7 4,415 12-16-2018, 11:07 PM