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: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

TRUE CRYPT OR VERA CRYPT is support by hashcat
atom hashcat 10 5,751 02-05-2019, 09:44 AM
    Thread: hashcat-4.1.0 can't run
Post: RE: hashcat-4.1.0 can't run

It's exactly what Mem5 told. The workaround is using cd to the installation folder.
atom hashcat 7 6,125 02-05-2019, 09:46 AM
    Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

My favorite way to brute-force using a non-english charset is using a pipe. It therefore works only for slow hashes! If you want to BF in utf8 as described above you can do: 1. Make a charset file in...
atom hashcat 4 2,417 02-05-2019, 09:51 AM
    Thread: Ryzen + RX 580 only one device working
Post: RE: Ryzen + RX 580 only one device working

Sure not, as I said. You need to install Intel OpenCL runtime for CPU, this gives you a much better performance for AMD CPU (and also faster than pocl).
atom hashcat 10 5,058 02-05-2019, 09:53 AM
    Thread: increase maximum password length supported by kernel
Post: RE: increase maximum password length supported by ...

The first one is the typical empty hash in LM, so useless because not used. The second one is the NTLM, you can try to crack it with -m 1000.
atom hashcat 11 5,127 02-05-2019, 10:02 AM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

Note that you can also use -o here instead of using the shell redirect >
atom hashcat 4 2,160 02-05-2019, 10:03 AM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

There's not much to say in terms of error message. This error occurs if the self-test hash was not cracked but it should be cracked. That's all we know.
atom hashcat 29 21,222 02-13-2019, 05:06 PM
    Thread: hashcat finds cpu but not gpu
Post: RE: hashcat finds cpu but not gpu

Typically the nvidia driver should install it's own opencl runtime, but for some reason it did not. Another question is why is there an AMD opencl runtime detected. Maybe the computer had an AMD GPU i...
atom hashcat 2 1,867 02-13-2019, 05:09 PM
    Thread: Locating bottleneck in Brain
Post: RE: Locating bottleneck in Brain

A good rule of thumb is that if you have more than 500kH/s of total performance (all OpenCL devices), hashcat brain (even running on a very fast system) will create a bottleneck. Another rule to add i...
atom hashcat 7 4,569 02-13-2019, 05:17 PM
    Thread: Using eGPU with hashcat
Post: RE: Using eGPU with hashcat

Maybe this? https://twitter.com/RuraPenthe0/status/1080929037785157632
atom Hardware 13 10,187 02-13-2019, 05:19 PM
    Thread: No password candidates received in stdin mode, aborting...
Post: RE: No password candidates received in stdin mode,...

Please read https://hashcat.net/wiki/doku.php?id=mask_attack it will help you now and in the future
atom hashcat 10 8,858 02-13-2019, 05:20 PM
    Thread: Task Manager has Hashcat using more CPU than GPU
Post: RE: Task Manager has Hashcat using more CPU than G...

The high CPU use on startup is because of the kernel compilation. This is done by the opencl runtime which is provided from the opencl device driver. It creates some initial CPU load only for a short ...
atom hashcat 2 2,062 02-13-2019, 07:06 PM
    Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...

There's no way to reproduce this if you do not attach files to do so.
atom hashcat 16 6,932 02-13-2019, 07:37 PM
    Thread: Token length exception
Post: RE: Token length exception

The hash.txt contains invalid hashes
atom hashcat 7 23,947 02-14-2019, 10:11 AM
    Thread: iClass request
Post: RE: iClass request

Can you be more specific which type of computation is needed?
atom hashcat 4 2,577 02-15-2019, 04:18 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

The password output given by hashcat is based on the crackpos. IOW, if the crackpos is wrong, the password is wrong, which is not the case. If you want to know more about the details, see here: htt...
atom hashcat 12 5,620 02-15-2019, 04:21 PM
    Thread: Locating bottleneck in Brain
Post: RE: Locating bottleneck in Brain

Yes, per salt. But salts are always known, otherwise the original authentication system can not do its work either.
atom hashcat 7 4,569 02-15-2019, 04:24 PM
    Thread: Token length exception
Post: RE: Token length exception

Don't forget to -O, with a mask of length 11 you will get a drastic performance increase.
atom hashcat 7 23,947 02-15-2019, 04:25 PM
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

You cannot measure the efficiency of the attack based on crackpos as this is a parallel execution with millions of workitems in it. It is up to the OpenCL runtime which one to execute in which order.
atom hashcat 12 5,620 02-16-2019, 10:35 AM
    Thread: Help Desk password hash
Post: RE: Help Desk password hash

Converted wordlist can't work in optimized mode or only up to 6 character passwords in pure mode. The only way to crack this is to write a separate hashcat kernel. Expect raw sha1 performance and divi...
atom hashcat 2 1,814 02-16-2019, 10:38 AM