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 [asc] Posted
    Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013

I can reproduce this. It's a bug. Please create a github issue.
atom hashcat 5 3,229 12-16-2018, 11:19 PM
    Thread: Restoring session skips words
Post: RE: Restoring session skips words

You can restore only from valid checkpoints (the one stored in the .restore file) or the checkpoint listed in the status view. Otherwise you risk valid candidates to not crack the handshakes.
atom General Talk 2 3,227 11-20-2017, 08:32 PM
    Thread: error v4.1.0
Post: RE: error v4.1.0

Do not use special characters for install folder
atom hashcat 3 3,216 08-01-2018, 01:11 PM
    Thread: Parameters for passwords
Post: RE: Parameters for passwords

If you use -a 6 hybrid attack that means you have a mask. The mask will add N length to the candidates, depending on your mask. Means if you subtract that length from your maximum password length, all...
atom hashcat 1 3,213 08-19-2016, 09:20 AM
    Thread: Have things improved?
Post: RE: Have things improved?

Why not stick to windows if you already have windows installed. hashcat works really good on windows.
atom hashcat 5 3,213 01-10-2019, 03:03 PM
    Thread: Crash during kernel & memory init.
Post: RE: Crash during kernel & memory init.

Propably just used "7z e" to extract the archive instead of "7z x"?
atom hashcat 1 3,211 12-06-2016, 01:31 PM
    Thread: Hashcat on FPGA (old bitcoin miners)
Post: RE: Hashcat on FPGA (old bitcoin miners)

You need a FPGA that comes with an OpenCL runtime
atom hashcat 1 3,210 10-08-2017, 10:56 AM
    Thread: Cosmetic Bug?
Post: RE: Cosmetic Bug?

It depends largely on xorg.conf. Hashcat doesn't do any reordering, it takes it 1:1 as it comes from the runtime.
atom hashcat 1 3,204 09-10-2016, 10:02 AM
    Thread: mode 11600 (7z) not working?
Post: RE: mode 11600 (7z) not working?

I can reproduce this on my local setup, but this is the wrong place to report. Please post an issue on github.
atom hashcat 1 3,203 09-08-2016, 08:10 AM
    Thread: crackpos values are wrong {HELP}
Post: RE: crackpos values are wrong {HELP}

Looks all pretty accurate: Quote: -- $ ./hashcat 8743b52063cd84097a65d1633f5c74f5 -a 3 hashca?1 -1 t --potfile-disable --quiet --outfile-format 8 0 $ ./hashcat 8743b52063cd84097a65d1633f5c74f...
atom hashcat 3 3,194 01-23-2018, 11:27 AM
    Thread: AMD rx480
Post: RE: AMD rx480

The rx480 is working fine. I know because I own one myself.
atom hashcat 6 3,192 02-20-2019, 08:46 AM
    Thread: AMD rx480
Post: RE: AMD rx480

apt-get install dkms rock-dkms rocm-opencl-dev
atom hashcat 6 3,192 02-24-2019, 07:09 PM
    Thread: AMD rx480
Post: RE: AMD rx480

If you just want to try it on linux you can also use AMDGPU drivers
atom hashcat 6 3,192 02-26-2019, 10:09 PM
    Thread: What is the hashcat rule to append numbers from 0 to 9999 at the end?
Post: RE: What is the hashcat rule to append numbers fro...

How about using -a 6 with ?d?d?d?d mask?
atom hashcat 3 3,188 07-24-2018, 02:21 PM
    Thread: Extract all passwords from potfile
Post: RE: Extract all passwords from potfile

perl -ne 'chomp; my @x=split ":"; print $x[-1], "\n";' hashcat.potfile > wordlist.txt Then you can use wordlist.txt as wordlist
atom hashcat 4 3,186 02-16-2019, 10:53 AM
    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: Vega64 clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY
Post: RE: Vega64 clCreateCommandQueue(): CL_OUT_OF_HOST...

Please retry with the latest beta from https://hashcat.net/beta/
atom hashcat 4 3,179 04-05-2019, 04:24 PM
    Thread: Vega64 clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY
Post: RE: Vega64 clCreateCommandQueue(): CL_OUT_OF_HOST...

Another try, did some change. Please retry with the latest beta from https://hashcat.net/beta/
atom hashcat 4 3,179 04-14-2019, 07:32 AM
    Thread: kwprocessor route help
Post: RE: kwprocessor route help

That seems correct. If you need to jump it's better to first generate smaller portions using kwprocessor, then combinator attack them.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,168 08-28-2017, 08:17 AM
    Thread: Newbie question on using hashcat64
Post: RE: Newbie question on using hashcat64

What wrong with toggle rules (in rules folder)? Also note that a wordlist that has 10 words is too less to keep your gpu busy. I'd suggest using toggle rules in stdout mode and redirect the output int...
atom hashcat 2 3,165 02-15-2018, 02:05 PM