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 [desc] Replies Views Posted
    Thread: Defining character length.
Post: RE: Defining character length.

yeah, but that's a different story. that wouldn't explain the 15 % rejected with the wordlist where s/he claims "I removed the words under eight".
philsmd hashcat 21 6,238 09-19-2019, 12:32 PM
    Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?

oh, I see. yeah, I meant any backend supported (OpenCL or CUDA with newest beta version), not just the "OpenCL runtime", but any runtime. That's cleary my fault in writing that incorrectly.
philsmd hashcat 5 2,170 09-19-2019, 06:45 PM
    Thread: Hashcat won't start ''insufficient memory available''
Post: RE: Hashcat won't start ''insufficient memory avai...

hashcat: "All hashes found already, won't crack them again" Vidramon: "it will work for Nvidia, but not for Amd, resulting not find a pass" this makes absoultely no sense to me. Did you even re...
philsmd hashcat 13 4,419 09-21-2019, 05:19 PM
    Thread: Defining character length.
Post: RE: Defining character length.

I don't understand what the problem is and what you are seeing. This is your statement: Quote: -- why is it guessing passwords that are only two characters -- but your screenshot clearly says ...
philsmd hashcat 21 6,238 09-18-2019, 08:28 AM
    Thread: Defining character length.
Post: RE: Defining character length.

Let's try to verify your claim. you said that the dictionary file does not contain any passwords shorter than 8 characters. so let's try to run hashcat without any rule file and see how much reject...
philsmd hashcat 21 6,238 09-19-2019, 09:12 AM
    Thread: Possible to use CUDA and OpenCL side-by-side?
Post: RE: Possible to use CUDA and OpenCL side-by-side?

yeah, we actually had a similar request/question like this on IRC and the "only problem" is to get the different drivers correctly installed at the same time. It's easier on some operating systems co...
philsmd hashcat 5 2,170 09-19-2019, 11:17 AM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

just create the hashcat mask file (a.hcmask) manually: Code: -- ?l?u,?l?d,?1?a?a?a?a?2?2?2 ?l?u,?l?d,?1?a?a?a?a?a?2?2?2 ?l?u,?l?d,?1?a?a?a?a?a?a?2?2?2 -- Code: -- hashcat -m 2500 -a 3 -w ...
philsmd hashcat 11 2,910 09-21-2019, 07:50 PM
    Thread: Exploiting the human factor
Post: RE: Exploiting the human factor

lol, it will take 11 days just for the first one that's also why brute-force is not usually the best strategy, but it of course depends a lot on the info you have and especially how confident you a...
philsmd hashcat 11 2,910 09-21-2019, 09:04 PM
    Thread: OpenCL kernel self-test failed
Post: RE: OpenCL kernel self-test failed

please test with the beta version from https://hashcat.net/beta/
philsmd hashcat 1 963 09-25-2019, 10:31 AM
    Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%

let's start with removing the --force [hr] if you use your CPU power together with your GPU it could be worse in some very specific situations (of course also depending on your hardware and hash...
philsmd hashcat 3 1,396 09-26-2019, 04:40 PM
    Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%

what hardware ? which drivers ? more info alltogether would be nice does it work with other hash types or older hashcat versions ? did you try the beta version from https://hashcat.net/beta/ ? d...
philsmd hashcat 3 1,396 09-27-2019, 09:10 PM
    Thread: Hungarian charset
Post: RE: Hungarian charset

in short: encoding the CP1250 file is not using utf8 encoding, because UTF-8 encoding is just a different encoding and CP1250 again a different encoding ! you could just create a hcchr file with...
philsmd hashcat 2 1,047 09-29-2019, 01:35 PM
    Thread: Defining character length.
Post: RE: Defining character length.

just look it up here: https://hashcat.net/wiki/doku.php?id=rule_based_attack every rule that shortens the password, especially the "Truncate" rules "[" and "]" are able to generate passwords with "...
philsmd hashcat 21 6,238 09-22-2019, 09:40 AM
    Thread: Save list
Post: RE: Save list

you can either use combinator (2 words) and combinator3 (3 words): https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator3 one after the other (first 2 words, then 3 words) for 2 words (only 2...
philsmd hashcat 2 1,423 09-29-2019, 09:54 AM
    Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...

did you try to setup the system for instance with only 2 GPUs and without using risers at all ? risers could introduce a lot of headaches for sure
philsmd hashcat 11 3,970 10-03-2019, 10:53 AM
    Thread: WPA2 - 3/4 Digests recovered - Exhausted
Post: RE: WPA2 - 3/4 Digests recovered - Exhausted

according to this wiki/faq page, you shouldn't use --show together with additional/unnecessary command line options, like -a 3 and a mask: https://hashcat.net/faq#how_can_i_show_previously_cracked_pa...
philsmd hashcat 3 1,736 10-07-2019, 11:33 AM
    Thread: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERROR
Post: RE: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERR...

why are you so sure that this has anything to do with LUKS ? Did you test by running the benchmarks or even --benchmark --benchmark-all ? did you try to use the beta from https://hashcat.net/beta/ ...
philsmd hashcat 2 1,090 10-08-2019, 10:41 AM
    Thread: does not see the second processor 48 cores/ see only 24 cores
Post: RE: does not see the second processor 48 cores/ se...

hmm, interesting. is there something like clinfo or even another common OpenCL-based benchmarking tool for windows that we can compare with ? note: here (bottom of that page) I see 64 bit binaries fo...
philsmd hashcat 10 3,347 10-08-2019, 10:47 AM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

run this: Code: -- clinfo -- or (filtered): Code: -- clinfo | grep "Platform Name" -- if some very basic third party tools like "clinfo" do not recognize your OpenCL installation, al...
philsmd hashcat 20 6,851 10-10-2019, 08:37 AM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

it will probably make some checks (in the future if really incompatible data was found, but of course the goal is to make it downwards compatible for sure) based on the version number see src/brain.c ...
philsmd hashcat 8 2,476 10-12-2019, 09:30 AM