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: Hashcat running VERY slow
Post: RE: Hashcat running VERY slow

what are the number of salts and cost factors of the two runs that you are comparing ? They must be identical to make any conclusions. $2a$05$ for instance means 2^5 = 32 iterations, but for ...
philsmd hashcat 5 2,432 05-24-2019, 09:37 PM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

I guess that depends on how large the percentage of rejected passwords is and how fast the algorithm is. brain doesn't make the H/s speed of your GPUs faster, that only depends on the OpenCL device...
philsmd hashcat 5 2,964 04-19-2019, 01:35 PM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

it depends on the --brain-client-features that was set (see hashcat --help). brain + "--brain-client-features 3" (or "--brain-client-features 1") only makes sense with slow hashes (not something li...
philsmd hashcat 5 2,300 05-26-2019, 11:45 AM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

slow is slow, WPA is slow enough
philsmd hashcat 5 2,300 05-26-2019, 01:31 PM
    Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix

-m 2400 = Cisco-PIX MD5
philsmd hashcat 5 2,669 07-18-2019, 06:56 AM
    Thread: CISCO ASA Enable Fix
Post: RE: CISCO ASA Enable Fix

can you run the example hash from https://hashcat.net/wiki/example_hashes correctly? there is no ending : (colon) after the hash for this hash type (-m 2400)
philsmd hashcat 5 2,669 07-19-2019, 02:58 AM
    Thread: How to use checkpoint in hashcat beta (Windows)
Post: RE: How to use checkpoint in hashcat beta (Windows...

https://hashcat.net/faq#can_i_restore_a_hashcat_session "The only parameters allowed when restoring a session are --restore and --session (optional)"
philsmd hashcat 5 2,167 07-21-2019, 03:35 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

Code: -- sed 's/^[^:]*://' user_word.txt > word.txt --
philsmd hashcat 5 1,914 07-23-2019, 01:09 PM
    Thread: how to read wordlist with separator :
Post: RE: how to read wordlist with separator :

if you really need both, you could just replace the : with new lines: Code: -- sed 's/:/\n/' user_word.txt > all.txt -- undeath edit: ok, you win
philsmd hashcat 5 1,914 07-23-2019, 08:07 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

did you try comparing it with a run with the --slow-candidates command line argument ?
philsmd hashcat 5 1,885 08-15-2019, 12:55 PM
    Thread: hybrid attack can't use all gpu power?
Post: RE: hybrid attack can't use all gpu power?

this type of strategy was since kind of forever discussed in the FAQ under the "more work" question: https://hashcat.net/faq/morework
philsmd hashcat 5 1,885 08-16-2019, 01:46 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: 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: [SOLVED] 'inconsistency in registered CommandLine options' on Ubuntu 19.10
Post: RE: 'inconsistency in registered CommandLine optio...

I assume this is the OpenCL kernel compilation by the driver failing while running hashcat ? That only means that the driver itself is not compatible with your system (linux version). maybe see if th...
philsmd hashcat 5 3,076 11-02-2019, 08:09 AM
    Thread: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext(): CL_UNKNOWN_ERROR

try this: https://hashcat.net/faq/wrongdriver it's probably a driver/setup problem does this happen with all hash types and also with just "hashcat -I" and "hashcat -b" ? another test could...
philsmd hashcat 5 1,778 11-15-2019, 10:03 AM
    Thread: ERROR: clCreateContext(): CL_UNKNOWN_ERROR
Post: RE: ERROR: clCreateContext(): CL_UNKNOWN_ERROR

what about the test with the beta version ? ... and what about the test with other hash types or with -I or -b only ?
philsmd hashcat 5 1,778 11-17-2019, 12:59 PM
    Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?

well, the 2 data length bounds between 7z2hashcat and hashcat are in sync... therefore if you increase one (the 7z2hashcat perl file), you would also need to increase the other one (in hashcat source ...
philsmd General Talk 5 2,402 12-17-2019, 09:47 AM
    Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?

I'm not sure what the 200000000 number means. I think you mean, that this is the double of the binary data size (BECAUSE of hexadecimal encoding), i.e. 200000000 / 2 = 100000000 should be accepted... ...
philsmd General Talk 5 2,402 12-18-2019, 09:53 AM
    Thread: 7z2Hashcat Output | What is this?
Post: RE: 7z2Hashcat Output | What is this?

Well, that patch you mentioned is pretty old, there weren't even hashcat modules used in the hashcat source code back then (well, a hashcat version with modules was not even release yet though, so it'...
philsmd General Talk 5 2,402 12-20-2019, 08:47 AM
    Thread: having trouble with hashcat working with gpu's
Post: RE: having trouble with hashcat working with gpu's

first step: uninstall pocl
philsmd hashcat 5 1,707 12-29-2019, 09:22 AM