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 [asc] Views Posted
    Thread: Long password
Post: RE: Long password

Buy/rent more GPUs.
Chick3nman hashcat 2 1,713 01-24-2019, 11:27 PM
    Thread: AWS GPU
Post: RE: AWS GPU

The K80 only has compute capabilities up to 3.7. The number you pointed at is the OpenCL version number and the CUDA runtime version number, not the limited capabilities of the card. The card lacks th...
Chick3nman hashcat 2 2,559 04-13-2019, 09:13 PM
    Thread: Hashcat not actually cracking the hash
Post: RE: Hashcat not actually cracking the hash

Well lets cover some basics. 1. You are using The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali). Don't do that. As you'll have hopefully noticed, even the forum will automatically replace it'...
Chick3nman hashcat 2 1,676 04-23-2019, 04:56 AM
    Thread: Encoded dictionaries over STDIN
Post: RE: Encoded dictionaries over STDIN

>I'm trying to pass such dictionaries to hashcat via STDIN to avoid the initial building of hashcat cache Don't do that.
Chick3nman General Talk 2 1,754 04-29-2019, 07:50 PM
    Thread: Jetson Nano Benchmarks
Post: Jetson Nano Benchmarks

After quite a bit of work, CUDA devices can now be used without OpenCL, so we can do things like this: https://twitter.com/Chick3nman512/status/1128384175873122305 https://gist.github.com/Chick3nman...
Chick3nman Hardware 2 2,880 05-14-2019, 09:48 PM
    Thread: Hashcat IDs devices, then when benchmark throws CL_PLATFORM_NOT_FOUND_KHR
Post: RE: Hashcat IDs devices, then when benchmark throw...

Hardware setup? This sounds a lot like the "we keep losing pci devices and i dont get it" error we keep seeing. The devices check out until you go to load them and then they fall off. Willing to bet o...
Chick3nman hashcat 2 1,218 10-13-2019, 01:52 AM
    Thread: TOTP issue
Post: RE: TOTP issue

TOTP collisions can happen for single PIN+timestamp pairs, and so you have found a key that collides with your timestamp and PIN, but is not the proper key. Enable --keep-guessing to get more valid co...
Chick3nman hashcat 2 1,149 11-02-2019, 12:08 AM
    Thread: Can i do this at the same time?
Post: RE: Can i do this at the same time?

You want to generate a mask file, with the two masks setup one after the other. A mask file will iterate through the different masks as they complete. See the section about mask files here: https://ha...
Chick3nman hashcat 2 671 03-28-2020, 01:05 AM
    Thread: Using only associated word as wordlist
Post: RE: Using only associated word as wordlist

You are looking for "Single Mode". We do not currently support this as it is fairly inefficient on GPUs with our attack architecture. JTR supports this, but forces the use of some rules for workload t...
Chick3nman hashcat 2 542 06-20-2020, 09:23 PM
    Thread: [RESOLVED] Bcrypt $2y$10 only solving at 1 H/S 2080TI
Post: RE: Bcrypt $2y$10 only solving at 1 H/S 2080TI

Your command is wrong. -a3 is mask not dictionary, you need to set -a 0.
Chick3nman hashcat 2 596 06-29-2020, 06:29 PM
    Thread: Win10 x64 crashes on multiple hash types
Post: RE: Win10 x64 crashes on multiple hash types

It would probably help if you were using the 970, but you aren't in that paste, you are specifying that it try and use your CPU instead. Remove -D1 and try again.
Chick3nman hashcat 2 548 07-17-2020, 01:40 AM
    Thread: Installing Hashcat on CentOS
Post: RE: Installing Hashcat on CentOS

According to clinfo, there's no valid driver/platform installed or the one installed is broken.
Chick3nman hashcat 2 618 07-22-2020, 05:59 PM
    Thread: Electrum bitcoin wallet
Post: RE: Electrum bitcoin wallet

Electrum's KDF does not seem to be supported by hashcat currently, at least from what I can tell. There are other tools that do support electrum wallet cracking available, though you may not have GPU ...
Chick3nman hashcat 1 4,399 05-12-2017, 11:08 PM
    Thread: Hashcat VS EthCracker -presale
Post: RE: Hashcat VS EthCracker -presale

Hashcat doesnt currently support pre-sale($ethereum$w*) hashes. You can track the addition via the github issue here: https://github.com/hashcat/hashcat/issues/1279 To answer your other question, h...
Chick3nman General Talk 1 3,441 06-22-2017, 06:35 PM
    Thread: Restored session timer
Post: RE: Restored session timer

As far as timing how long it takes, it does not look like there's any inbuilt function to handle this sort of thing(feature request maybe?). That said, the total bruteforce time and the time remaining...
Chick3nman hashcat 1 1,959 08-25-2017, 06:04 PM
    Thread: Fortgate Hash Trouble
Post: RE: Fortgate Hash Trouble

Your hash is quite a bit longer than the -m 7000 example hash from this page: https://hashcat.net/wiki/doku.php?id=example_hashes I would double check that you have selected the correct algorithm a...
Chick3nman hashcat 1 2,255 11-08-2017, 07:20 PM
    Thread: RTX Titan
Post: RTX Titan

Full benchmarks for the RTX Titan have been posted here: https://gist.github.com/Chick3nman/5d261c5798cf4f3867fe7035ef6dd49f Performing very well, easily the highest numbers on a single GPU for ...
Chick3nman Hardware 1 2,402 03-18-2019, 10:29 PM
    Thread: Double Sha256 Algorithm
Post: RE: Double Sha256 Algorithm

The algorithm would need to be added, or at least a module defining it. To complete that keyspace in 10 seconds, you would need an INSANE amount of power. At a conservative 8GH/s (RTX Titan sha256($pa...
Chick3nman hashcat 1 1,330 04-13-2019, 04:52 AM
    Thread: Does Hashcat only compare the beginning of hashes ?
Post: RE: Does Hashcat only compare the beginning of has...

You are correct, in most cases I believe we only compare the first ~128bits or so since the likelyhood of a collision at that length is low enough that we don't consider it a problem. If someone were ...
Chick3nman hashcat 1 877 02-19-2020, 02:36 AM
    Thread: Distributed Computing question
Post: RE: Distributed Computing question

You would be better off trying to get your GPUs into the machine with those xeons actually. Assuming you can get away from risers, that is. CPU workloads are mostly pretty rare, limited to bcrypt and ...
Chick3nman hashcat 1 792 03-11-2020, 03:54 AM