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: speed reduce in using rules to generate keys
Post: RE: speed reduce in using rules to generate keys

but what does this tell us? I think kind of no news here. It just means that I/O should be avoided and could always be a bottleneck (even if you use /dev/null and the /dev/null is highly optimized by...
philsmd hashcat 3 3,323 03-19-2018, 09:22 AM
    Thread: "If you specify a custom charset, you must also specify a mask."
Post: RE: "If you specify a custom charset, you must als...

It's important to understand how your command line interpreter/shell works and what characters are special. You can use a charset file and put your custom charset within the .hcchr file. Alternative...
philsmd hashcat 3 6,214 04-12-2018, 04:24 PM
    Thread: My Itunes hash
Post: RE: My Itunes hash

I must admit that I didn't understand at all what you mean by this x+1 and x+2, y etc... but I would recommend that you just read the documentation on how to use hashcat mask files (.hcmask): 1. http...
philsmd hashcat 3 3,719 04-02-2018, 10:13 AM
    Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack

I agree with undeath (like always ?) ... and would like to suggest that depending on how small your word lists are etc, you could also think of an alternative like this: 1. first precompute and store...
philsmd hashcat 3 6,267 04-14-2018, 03:24 PM
    Thread: Having Issues Trying To Crack MD5 w/ Wordlist
Post: RE: Having Issues Trying To Crack MD5 w/ Wordlist

Well, you could try to remove pocl and mesa and other OpenCL runtimes that are not recommended on https://hashcat.net/hashcat/ and install the Intel OpenCL driver for your AMD CPU (yeah, that's not a ...
philsmd hashcat 3 2,897 07-06-2018, 08:53 AM
    Thread: Hashcat doesn't find password
Post: RE: Hashcat doesn't find password

you should read the output carefully: Quote: -- * Device #1: ATTENTION! OpenCL kernel self-test failed. Your device driver installation is probably broken. See also: https://hashcat.net/faq/wr...
philsmd hashcat 3 2,734 07-09-2018, 08:52 PM
    Thread: Getting 0H/S and 0 progress
Post: RE: Getting 0H/S and 0 progress

Code: -- hashcat -m 7100 -a 0 hash.txt dict.txt --
philsmd hashcat 3 6,120 07-25-2018, 07:25 PM
    Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...

$HEX[2474406d66307264210d40313233] means that hashcat is trying to use the string 2474406d66307264210d40313233 in hexadecimal notation (it's in hexadecimal because there are some non-printable or "esc...
philsmd hashcat 3 2,643 07-26-2018, 07:37 AM
    Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...

\r, 0x0d and '\015' are all just different forms of representing the carriage return character. Therefore yes I'm sure that it's \r, and *you* also remove the same character with your tr command. I...
philsmd hashcat 3 2,643 07-26-2018, 09:40 AM
    Thread: can't get hashcat working!! ubuntu 16.04 w/ amd 7970s
Post: RE: can't get hashcat working!! ubuntu 16.04 w/ am...

it's a pretty old GPU already. Rocm doesn't seem to support it at all: see https://rocm.github.io/hardware.html . It seems that currencty only some new cards are supported (like the RX460, RX470, RX48...
philsmd hashcat 3 3,426 07-28-2018, 04:08 PM
    Thread: Hashcat 4.2 does not crack some hashes
Post: RE: Hashcat 4.2 does not crack some hashes

sounds like a driver bug that doesn't work correctly with the new OpenCL kernel code. It's quite an old GPU. I'm not sure if we could do anything here (it could probably work with some volatile varia...
philsmd hashcat 3 2,496 10-08-2018, 05:08 PM
    Thread: Doesn't find plain SHA-256 hashes in dictionary
Post: RE: Doesn't find plain SHA-256 hashes in dictionar...

You need to create the hashes correctly, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it if you create a has...
philsmd hashcat 3 2,290 10-13-2018, 01:18 PM
    Thread: Optimize this crack
Post: RE: Optimize this crack

do you mean that there is a 10-character-long (digits + lower-case letters) random string at the beginning and 1 character (out of a character set of 8 different characters) appended? otherwise this c...
philsmd hashcat 3 2,639 10-04-2018, 12:01 PM
    Thread: wallet.dat mode 11300: can make a hash from pywallet.py dump?
Post: RE: wallet.dat mode 11300: can make a hash from py...

it's the length of the next field. e.g the length of d011a1b6a8d675b7a36d0cd2efaca32a9f8dc1d57d6d01a58399ea04e703e8bbb44899039326f7a00f171a7bbc854a54 is 96 hexadecimal characters. Please use bitcoi...
philsmd hashcat 3 3,379 11-15-2018, 08:59 AM
    Thread: question about brain server
Post: RE: question about brain server

what --brain-client-features do you use? as you can see from the --help not all settings are checking all passwords: Code: -- - [ Brain Client Features ] - # | Features ===+======== ...
philsmd hashcat 3 2,682 12-01-2018, 10:07 PM
    Thread: Masking??? (Noob)
Post: RE: Masking??? (Noob)

looks almost perfect, but @undeath I think the first step is not quite correct. #1: "either all cap or no cap" this means that you have only 2 possibilities (either 3 lowercase or 3 uppercase ch...
philsmd hashcat 3 2,286 11-27-2018, 12:07 PM
    Thread: hashcat 0h/s
Post: RE: hashcat 0h/s

The timeout patch was not applied correctly (maybe you didn't reboot etc, please follow the steps 1 by 1 and don't skip anything) You should also try with cmd instead of powershell. that might also...
philsmd hashcat 3 2,306 12-16-2018, 11:48 AM
    Thread: Custom charset with mask files
Post: RE: Custom charset with mask files

@swing did you try putting my1.hcchr and my2.hcchr into the root directory of hashcat and use a mask like this: my1.hcchr,my2.hcchr,?l,?1?2?1?2?3?3?3 I think it's just a matter of if the file i...
philsmd hashcat 3 3,832 01-18-2019, 07:48 PM
    Thread: Worked once and didnt work immediately after
Post: RE: Worked once and didnt work immediately after

you can use the command line switch --potfile-disable if you really intend to crack hashes multipe times and avoid the potfile checks.
philsmd hashcat 3 2,010 01-29-2019, 12:13 PM
    Thread: new to hashcat trying to learn
Post: RE: new to hashcat trying to learn

please remember that the custom charsets must be set within the hashcat mask file: Code: -- hashcat -m 2500 -a 3 -w 3 Prova.hccapx masks.hcmask -- the masks.hcmask file is this one: Code: ...
philsmd hashcat 3 1,969 02-17-2019, 10:50 AM