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: Output: candidate + hash
Post: RE: Output: candidate + hash

-m 16700 = FileVault 2 does use a salt hashcat doesn't really provide/have hashes generated on the host... only the OpenCL device (GPU or CPU) will compute the digest on that hardware accelerator...
philsmd hashcat 3 761 05-13-2020, 11:29 AM
    Thread: How to use named pipe with hashcat?
Post: RE: How to use named pipe with hashcat?

the problem with named pipes is that they act like a normal file, but have no "file size", so hashcat will read through all of the input to discover the number of password candidates (or "length") and...
philsmd hashcat 2 569 05-13-2020, 02:09 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

what did you try ? it would make sense to at least mention how you tried it etc ? see https://hashcat.net/wiki/doku.php?id=rule_based_attack for instance to append the "a" character, you would u...
philsmd hashcat 7 1,475 05-13-2020, 02:12 PM
    Thread: Output: candidate + hash
Post: RE: Output: candidate + hash

The format definitely uses a salt, just have a glance at the format in the test module: https://github.com/hashcat/hashcat/blob/ff37264c36a89bed32c4f5cff24dbf29bcb98642/tools/test_modules/m16700.pm#L1...
philsmd hashcat 3 761 05-13-2020, 02:15 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I don't quite get what you are trying to do and what your command looks like. Why don't you just show us what you currently try and we will explain what is wrong ! That way it would be much easier. ...
philsmd hashcat 7 1,475 05-13-2020, 06:39 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: Windows hashcat with amd gpu Error
Post: RE: Windows hashcat with amd gpu Error

which operating system ? which driver version ? ROCm ? did you try with the beta version from https://hashcat.net/beta/ ?
philsmd hashcat 2 643 05-16-2020, 08:20 PM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

Code: -- sudo apt install libfuse3-dev --
philsmd hashcat 9 3,940 05-18-2020, 10:19 AM
    Thread: -m 18300 APFS
Post: RE: -m 18300 APFS

normally you would need to do everything that the extraction tool needs to do. so it could turn out to be more complicated than you might think (but of course there are exceptions to this as always) ....
philsmd hashcat 9 3,940 05-18-2020, 02:08 PM
    Thread: Help with special character rule
Post: RE: Help with special character rule

I'm pretty sure that is some problem with your specific rule file (malformed, corrupted). just try it yourself... open a text editor, insert the dollar symbol and the closing bracket, store it an...
philsmd hashcat 7 1,475 05-14-2020, 02:14 PM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

this sounds very interesting @womble, do you plan on sharing your hashcat module and opening a pull request (PR) on github ? what is your strategy with avoiding false positive (or can we assume ...
philsmd hashcat 19 3,655 05-15-2020, 08:39 AM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

oh... are you mpalmer on github ? yeah, I see that there are some still open PRs, I think atom/jsteube is busy a lot, but I will try to ping him on IRC etc. normally it doesn't take that long (I think...
philsmd hashcat 19 3,655 05-15-2020, 12:59 PM
    Thread: amd vs nvidia
Post: RE: amd vs nvidia

are you talking about a busy CPU core ? This only happens with Nvidia running OpenCL kernels. You could try to use the new beta with CUDA: https://hashcat.net/beta/ and cuda from https://developer....
philsmd hashcat 3 968 05-18-2020, 11:00 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: AMD cpu
Post: RE: AMD cpu

you need to install the OpenCL Runtime for Intel Core or Xeon processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section Yeah, this is no joke. th...
philsmd hashcat 2 883 05-20-2020, 08:35 PM
    Thread: Combinator
Post: RE: Combinator

it's all about acceleration, read: https://hashcat.net/faq/morework if there is much I/O slowdown, but little new input for hashcat, the GPU can't really accelerate, it will stay idle... instead if...
philsmd hashcat 8 1,615 05-20-2020, 08:38 PM
    Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU

see: https://hashcat.net/faq/wrongdriver also test with Code: -- clinfo -- to test and make sure it's working with other tools and therefore is not a hashcat problem.
philsmd hashcat 7 1,365 05-22-2020, 08:02 AM
    Thread: Hashcat not recognizing my GPU
Post: RE: Hashcat not recognizing my GPU

it's not clear what the problem now is. Does clinfo only work (i.e. list your devices) with root ? that would be very bad and just proofs that your driver installation/configuration is broken. It w...
philsmd hashcat 7 1,365 05-22-2020, 12:31 PM
    Thread: markov mode
Post: RE: markov mode

maybe you are looking for the command line argument: Code: -- --markov-threshold -- see --help output of hashcat. normally the length of the password candidates is determined by the mask le...
philsmd hashcat 6 1,079 05-22-2020, 12:33 PM
    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