Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

Thanks for the update.
freeroute hashcat 10 4,017 07-28-2020, 12:55 PM
    Thread: Meltdown and Spectre patches
Post: Meltdown and Spectre patches

Is it worth turning off in case of hashcat rig? Will there be an increase in performance?
freeroute General Talk 1 662 05-09-2020, 02:05 PM
    Thread: PBKDF2-HMAC-SHA256
Post: RE: PBKDF2-HMAC-SHA256

Thank you.
freeroute hashcat 2 702 05-03-2020, 11:44 AM
    Thread: PBKDF2-HMAC-SHA256
Post: PBKDF2-HMAC-SHA256

I read a nice post about this format: Storing Password in an easy and secure way using Perl (https://perlmaven.com/storing-passwords-in-a-an-easy-but-secure-way) Author wrote, the generated hash: ...
freeroute hashcat 2 702 05-03-2020, 11:31 AM
    Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?

silekonn Wrote: (04-12-2020, 07:57 AM) -- undeath Wrote: (03-08-2020, 02:49 PM) -- you can try your luck on the hashkiller.co.uk forums. -- The website does not appear to be functional? -- There was...
freeroute hashcat 9 2,222 04-12-2020, 10:42 AM
    Thread: Hungarian charset
Post: RE: Hungarian charset

Thank you for the quick support.
freeroute hashcat 2 1,045 09-29-2019, 01:38 PM
    Thread: Hungarian charset
Post: Hungarian charset

Why couldn't this simple md5 hash be found by hashcat? Maybe something important is missing. Thank you. Code: -- echo -n "óóóó" | md5sum 0380d849d5eea725653c91b8c01818c4  - -- /usr/lo...
freeroute hashcat 2 1,045 09-29-2019, 01:25 PM
    Thread: Radeon HD 6990 GPU
Post: RE: Radeon HD 6990 GPU

Ahh. Thanks the info.
freeroute hashcat 2 1,436 09-09-2019, 09:39 PM
    Thread: Radeon HD 6990 GPU
Post: Radeon HD 6990 GPU

I got an old Radeon HD 6990 GPU. Is it possible that this card unsupported by hashcat? Its a hybrid system. I have installed 2 nVidia GPUs. These are working correctly. freeroute@Vanda:~$ lsb_rel...
freeroute hashcat 2 1,436 09-09-2019, 08:16 PM
    Thread: How can I use the hashcat brain?
Post: RE: How can I use the hashcat brain?

On the server side: "hashcat --brain-server --brain-host=IP --brain-port=port_number --brain-password=your_password" On the client side (example): "hashcat -O --brain-client --brain-client-featu...
freeroute hashcat 2 4,392 12-22-2018, 06:10 PM
    Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server

Thanks for your quick reply.
freeroute hashcat 2 2,598 11-28-2018, 01:44 PM
    Thread: How to erase/reset hashcat-brain server
Post: How to erase/reset hashcat-brain server

Q_1: Are there a simple method to erase/reset hashcat-brain server memory without reinstall it? Q_2: Is it possible to configure the hashcat-brain server only accepts a particular hash type? (for ...
freeroute hashcat 2 2,598 11-28-2018, 01:19 PM
    Thread: Extracting ESSID from hccapx files
Post: RE: Extracting ESSID from hccapx files

Use this command: "wlanhcxinfo -i handshake.hccapx -a -s -e -p" or "wlanhcxinfo -i handshake.hccpax -e Options: -a : list access points -e : list essid -s : list statio...
freeroute General Talk 2 2,393 11-01-2018, 08:39 AM
    Thread: hashcat 5.0.0 brain-server log
Post: hashcat 5.0.0 brain-server log

I created a system service for hashcat brain-server. Works well, thanks for the implementation. Q1: Is it worth to use checkpoint in this case? If I quit (not checkpoint) for example at 40% of p...
freeroute hashcat 0 1,790 10-31-2018, 05:52 PM
    Thread: Noob trying to follow this walkthrough
Post: RE: Noob trying to follow this walkthrough

If you don't know where the tctsom.hccapx is. Find the file: "find / -type f -name tctsom.hccapx" With hashcat use the full path to your tctsom.hccapx file.
freeroute hashcat 12 7,525 10-30-2018, 11:09 PM
    Thread: hashcat v5.0.0
Post: RE: hashcat v5.0.0

Slow hashes mode  is meaningless to use with CPU only attack (Device type = 1). Am I correct?
freeroute hashcat 11 50,025 10-30-2018, 10:58 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

pineapplepride Wrote: (10-13-2018, 01:03 PM) -- Hi everyone, I've tried doing this and when I enter hcxdumptool -o test.pcapng -i wlan0 --enable_status=3 I get interface is not up faile...
freeroute User Contributions 187 1,293,334 10-13-2018, 01:29 PM
    Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

Hi kiara, Your question has been answered: https://forum.hashkiller.co.uk/topic-view.aspx?t=21036&m=189214#189214
freeroute User Contributions 648 487,327 09-29-2018, 02:48 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

So your command was: "hcxpcaptool -z test.16800 test.pcapng" It save only PMKID hashes to the file "test.16800." You can try to find passwords with hashcat: "hashcat -O -m 16800 -a 0 test.16800 wo...
freeroute User Contributions 187 1,293,334 09-28-2018, 06:05 PM
    Thread: New attack on WPA/WPA2 using PMKID
Post: RE: New attack on WPA/WPA2 using PMKID

Could you post: "ls -lh" Did you try "cat test.16800"
freeroute User Contributions 187 1,293,334 09-28-2018, 02:16 PM