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 [desc] Views Posted
    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: 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: 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: 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: Hungarian charset
Post: RE: Hungarian charset

Thank you for the quick support.
freeroute hashcat 2 1,046 09-29-2019, 01:38 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: 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,046 09-29-2019, 01:25 PM
    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: PBKDF2-HMAC-SHA256
Post: RE: PBKDF2-HMAC-SHA256

Thank you.
freeroute hashcat 2 702 05-03-2020, 11:44 AM
    Thread: session restore error
Post: session restore error

I tried this command to session restore: hashcat -D 1 --force --session=md5 -m 0 -a 0 0 /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule >>checkpoint than I tried to re...
freeroute hashcat 3 3,424 07-21-2017, 12:04 PM
    Thread: session restore error
Post: RE: session restore error

Thank you. I made a simple mistake.....
freeroute hashcat 3 3,424 07-23-2017, 08:07 AM
    Thread: Creating rule file
Post: RE: Creating rule file

Thank you for your help.
freeroute hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,179 08-20-2016, 02:37 PM
    Thread: Creating rule file
Post: Creating rule file

I have a dictionary file which contain only lower case, female names (female_names.txt). Let's say the WPA2 password "Julia1984". So I have to capitalize the first letters and append years to the fe...
freeroute hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,179 08-18-2016, 03:03 PM
    Thread: Creating rule file
Post: RE: Creating rule file

Thanks for you help. I guess hashcat rejected password that shorter than 8 characters. I know that WPA2 algorithm has password limitations. It should be min 8. char. and max. 64 char. But in this case...
freeroute hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 9,179 08-20-2016, 11:36 AM
    Thread: b64(b64(md5($pass))) supperted by hashcat
Post: b64(b64(md5($pass))) supperted by hashcat

I would like to know b64(b64(md5($pass))) supported by hashcat? e.g: OVlBblpFcEp2azVxU2w2aGtRUGVRdz09 - it is not a real hash, changed some character according to hashcat rules. Thanks is advance...
freeroute hashcat 4 4,730 11-02-2016, 08:43 PM
    Thread: b64(b64(md5($pass))) supperted by hashcat
Post: RE: b64(b64(md5($pass))) supperted by hashcat

Thank you. I converted into this format by online base64 decoder. How can I convert to the supported format? Hashcat did not accept this (4G5qc2WQzGES6QkWAUgl5w==) format. converting from: 4G5qc2WQzG...
freeroute hashcat 4 4,730 11-03-2016, 05:07 AM
    Thread: b64(b64(md5($pass))) supperted by hashcat
Post: RE: b64(b64(md5($pass))) supperted by hashcat

SOLVED. I got support from another forum. I would like to thank @atom and @darkseid4nk for the tip. On-line solution: On-line converter: https://cryptii.com/base64/md5
freeroute hashcat 4 4,730 11-03-2016, 03:55 PM
    Thread: device local mem size is too small, use anyway?
Post: RE: device local mem size is too small, use anyway...

Hello, Today morning I installed the recent version of hashcat (3.00-3) Running benchmark, I got this message: root@The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali):~# hashcat --benchm...
freeroute hashcat 6 28,659 07-19-2016, 08:31 AM
    Thread: device local mem size is too small, use anyway?
Post: RE: device local mem size is too small, use anyway...

Thanks you for the advise. I installed from Debain Jessie the OpenCL runtime (apt-get install ocl-icd-libopencl1 opencl-headers clinfo). With the new hashcat version I got this message (without nvi...
freeroute hashcat 6 28,659 07-22-2016, 05:17 PM
    Thread: device local mem size is too small, use anyway?
Post: RE: device local mem size is too small, use anyway...

I installed hashcat v3.00 according to your post. It's working on CPU :) (on GPU unfortunatelly not). Thanks.
freeroute hashcat 6 28,659 07-25-2016, 12:40 AM