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 Views [asc] Posted
    Thread: A couple of Qs
Post: RE: A couple of Qs

1. same speed if you configure the system/fan/power usage correctly, why should the operating system matter ? we are talking about dedicated/separate OpenCL devices after all 2. hashcat is able to us...
philsmd hashcat 1 1,224 04-03-2019, 01:06 PM
    Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...

did you try to follow these steps: https://hashcat.net/faq/wrongdriver ? You are also wrong about the NVIDIA version numbers, just have a look at the nvidia.com page e.g. here https://www.nvidia.it...
philsmd hashcat 5 1,214 06-28-2020, 09:04 AM
    Thread: Question about --force option and CUDA Toolkit SDK
Post: RE: Question about --force option and CUDA Toolkit...

Your change doesn't really make sense to me, because hashcat tries to find and load the library even with the nvrtc64_*_0.dll file name: https://github.com/hashcat/hashcat/blob/5628317de8156a36aa966c...
philsmd hashcat 5 1,214 06-29-2020, 09:43 AM
    Thread: 4 charsets limit (mask attack)
Post: RE: 4 charsets limit (mask attack)

our rule engine works on GPU to achieve full speed. It's not a good idea to have dynamic buffers/memory/sizes which would reduce speed tremendously and make code much more complex. it's just a well-c...
philsmd General Talk 2 1,213 11-29-2019, 09:29 AM
    Thread: Unable to get hashcat to run after GPU update
Post: RE: Unable to get hashcat to run after GPU update

seems to be a installation or system configuration problem only... not really a problem with latest hashcat version. You for instance shouldn't have CUDA 9.1 and CUDA 10.2 installed... most of the ti...
philsmd hashcat 3 1,213 04-30-2020, 12:45 PM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

It's in your output: Code: -- Skipping unstable hash-mode 15700 for this device. -- It's literally saying that there is a driver problem with your specific device (Apple driver for AMD GPU a...
philsmd hashcat 6 1,213 05-20-2020, 07:32 AM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

did you try to test with the beta version from https://hashcat.net/beta/
philsmd hashcat 6 1,213 05-22-2020, 12:34 PM
    Thread: PTX error when launching hashcat
Post: RE: PTX error when launching hashcat

You could try with beta from https://hashcat.net/forum You could test this guide: https://hashcat.net/faq/wrongdriver You should give more information about hardware etc Only newer versions of ...
philsmd hashcat 2 1,212 03-23-2020, 08:28 PM
    Thread: Slow-candidates for hybrid attacks
Post: RE: Slow-candidates for hybrid attacks

I think there isn't really any serious reasoning why it isn't implemented yet. You could try to request it on github (https://github.com/hashcat/hashcat/issues/) and see if it gets accepted and implem...
philsmd hashcat 2 1,211 05-08-2020, 12:59 PM
    Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage

we need more details of course: - full command (without posting hashes of course) - system details (CPU, GPU make/model) - do you see the hashcat process in the task manager ? try only inspecting...
philsmd General Talk 3 1,209 05-09-2020, 11:46 AM
    Thread: CPU device not available
Post: RE: CPU device not available

you need to install the drivers as mentioned in https://hashcat.net/hashcat/ https://software.intel.com/en-us/articles/opencl-drivers#cpu-section current win driver at time of this writing: http:/...
philsmd hashcat 4 1,197 04-28-2020, 11:51 AM
    Thread: CPU device not available
Post: RE: CPU device not available

Please install the nvidia driver directly from https://www.nvidia.com/Download/index.aspx also see https://hashcat.net/faq/wrongdriver if installing the GPU driver doesn't work immediately
philsmd hashcat 4 1,197 04-28-2020, 02:00 PM
    Thread: AMD Rx5700 can't run WPA normally
Post: RE: AMD Rx5700 can't run WPA normally

try the beta version from https://hashcat.net/beta/ also please stop the double posting. one post/thread is enough, it doesn't help in any way to spam the same problem (see https://hashcat.net/foru...
philsmd hashcat 5 1,197 05-13-2020, 06:45 PM
    Thread: How to use rules.
Post: RE: How to use rules.

on windows the paths are probably different. e.g. rules\best64.rule note the "\" instead of the unix "/"
philsmd hashcat 2 1,191 08-29-2019, 08:06 PM
    Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files

I'm pretty sure they were both generated with PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pac...
philsmd hashcat 5 1,189 04-22-2020, 09:39 PM
    Thread: On Mac OS X using eGPU RX 580 not using internal RX 570?
Post: RE: On Mac OS X using eGPU RX 580 not using intern...

1. if you use the current github master version, it's a known problem: https://github.com/hashcat/hashcat/issues/2083 2. the VRAM max allocation is a driver restriction (or some would call it "OpenCL...
philsmd hashcat 2 1,185 08-01-2019, 08:13 AM
    Thread: Searching guys with many GPU
Post: RE: Searching guys with many GPU

Well, I don't think it's really against the rule but: 1. you might reach much more people who could be interested in these strange "jobs" by using other forums like https://forum.hashkiller.io/index....
philsmd General Talk 2 1,180 04-30-2020, 12:41 PM
    Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.

a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command Code: -- hashcat64.e...
philsmd hashcat 5 1,172 05-07-2020, 11:00 AM
    Thread: Custom charset
Post: RE: Custom charset

If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files
philsmd hashcat 4 1,170 04-09-2020, 03:47 PM
    Thread: Custom charset
Post: RE: Custom charset

Just to try to explain the detail of the problem also for potential future readers of this thread. This has to do with your cmd/shell... for instance %VAR% is a variable interpreted by your cmd...
philsmd hashcat 4 1,170 04-09-2020, 05:13 PM