Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum [asc] Replies Views Posted
    Thread: How to remove duplicates with different spacing?
Post: RE: How to remove duplicates with different spacin...

Atom closed the TRAC ticket, so I'll continue the discussion here. It would seem that command line utilities with regular expressions could do the job, but they don't have the awareness of where sp...
Kgx Pnqvhm hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,510 06-29-2014, 02:59 AM
    Thread: md5stress on Windows with Nvidia?
Post: md5stress on Windows with Nvidia?

At the risk of angering the moderators, I'm going to pose the question again: Is md5stress supposed to work in Windows 7 with Nvidia cards? >md5stress64 100 initializing random seed... initial...
Kgx Pnqvhm hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 7,608 02-23-2015, 01:40 AM
    Thread: md5stress on Windows with Nvidia?
Post: RE: md5stress on Windows with Nvidia?

Yes, now it works. My usual practice after extracting a hashcat related archive is to keep the *64.exe, then delete the *32.exe, along with *.bin, *.sh, etc. That's why I also had deleted the *.h ...
Kgx Pnqvhm hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 7,608 02-26-2015, 02:29 AM
    Thread: Count-words ?
Post: RE: Count-words ?

Look at Didier Stevens' count.py described in the video at https://videos.didierstevens.com/count-py/ and downloaded from https://blog.didierstevens.com/my-software/#count It was written for password...
Kgx Pnqvhm hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 5,159 08-16-2016, 12:48 PM
    Thread: hashcat v3.00 + nvidia cpu load
Post: hashcat v3.00 + nvidia cpu load

Do the NVIDIA OpenCL miscalculations bugs affect hashcat v3.00?
Kgx Pnqvhm hashcat 3 4,700 07-02-2016, 05:01 PM
    Thread: hashcat v3.00 + nvidia cpu load
Post: RE: hashcat v3.00 + nvidia cpu load

What I'm wondering about is your solutions vs. comments out there about "for Maxwells, Nvidia drivers between 364.47 through 365.19 have a buggy PTX to GPU machine code compiler which causes them to m...
Kgx Pnqvhm hashcat 3 4,700 07-04-2016, 04:29 PM
    Thread: benchmarks different when run individually?
Post: benchmarks different when run individually?

Another trivial question, while I'm getting used to the new hashcat v3: Back in the cudahashcat v1.3 era and through v2, I lost the ability to run all the benchmarks at once, so used a batch file t...
Kgx Pnqvhm hashcat 1 2,972 07-04-2016, 06:38 PM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...

In '\docs\rules.txt' I see the section: /* With -j or -k only */ But purge rule is above that: #define RULE_OP_MANGLE_PURGECHAR '@' // purge all instances of char X Should it be moved below? ...
Kgx Pnqvhm hashcat 16 23,762 07-17-2016, 06:43 PM
    Thread: --opencl-device-types vs. reported Device #?
Post: --opencl-device-types vs. reported Device #?

Running hashcat64.exe --opencl-device-types 1 gets: OpenCL Platform #1: NVIDIA Corporation ====================================== - Device #1: GeForce GTX 970, skipped OpenCL Platform #2: Inte...
Kgx Pnqvhm hashcat 4 17,626 07-17-2016, 04:08 AM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: how to run hashcat legacy rules on new hashcat v3?

(This is related to my other question.) In an attempt to run rules that I previously had to run on CPU hashcat legacy, in hashcat v3, I try: hashcat64.exe  --opencl-device-types 1 Which gets: Ope...
Kgx Pnqvhm hashcat 16 23,762 07-17-2016, 04:24 AM
    Thread: --opencl-device-types vs. reported Device #?
Post: RE: --opencl-device-types vs. reported Device #?

How is the "filtered list" option "--opencl-devices" used? hashcat64.exe  --opencl-devices 1 gets: OpenCL Platform #1: NVIDIA Corporation ====================================== - Device #1: G...
Kgx Pnqvhm hashcat 4 17,626 07-17-2016, 02:21 PM
    Thread: --opencl-device-types vs. reported Device #?
Post: RE: --opencl-device-types vs. reported Device #?

Now I see what you mean. hashcat64.exe --opencl-platforms=2 --opencl-devices=1 OpenCL Platform #1: NVIDIA Corporation, skipped OpenCL Platform #2: Intel(R) Corporation ============================...
Kgx Pnqvhm hashcat 4 17,626 07-17-2016, 08:24 PM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...

Re-stating my question: With the new ' rules\d3ad0ne.rule' from the hashcat v3 distribution, out of the 34 thousand rules, 956 are not allowed, giving warnings starting with: WARNING: Cannot conv...
Kgx Pnqvhm hashcat 16 23,762 07-17-2016, 10:10 PM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...

How do I get it to run all the rules? CPU hashcat-legacy can run all the rules in rules\d3ad0ne.rule -- is there any way that the new hashcat v3 can run the same rule file in its entirety? If no...
Kgx Pnqvhm hashcat 16 23,762 07-19-2016, 01:07 AM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...

So for now, I have to continue my practice of: 1. Run a rule file in GPU hashcat to test it. 2. Collect the rules that won't run into a named CPU rules file. 3. Remove the CPU rules from the main r...
Kgx Pnqvhm hashcat 16 23,762 07-20-2016, 01:12 AM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...

This wasn't a question I anticipated, and since have always run the GPU rules before the CPU rules, don't have any real measurements. The bigger question of whether we can do without certain rules ...
Kgx Pnqvhm hashcat 16 23,762 07-21-2016, 12:53 AM
    Thread: how to run hashcat legacy rules on new hashcat v3?
Post: RE: how to run hashcat legacy rules on new hashcat...

As far as I can tell, it is just the purge '@' rule, which only the CPU hashcat (now called legacy) has ever been able to run. I don't know how many people have used my method of running all the GP...
Kgx Pnqvhm hashcat 16 23,762 07-22-2016, 02:29 AM
    Thread: Debug Mode
Post: RE: Debug Mode

My practice is to use a logging method that writes to a log file, for every attack, the rule file or mask pattern being run. E.g., for a mask attack, one of the lines in my log file would be: M...
Kgx Pnqvhm hashcat 3 5,650 07-27-2016, 04:47 PM
    Thread: hashcat-3.00 Toggle attack produces duplicates
Post: RE: hashcat-3.00 Toggle attack produces duplicates

One suggestion, since we should be running word lists of same length words at a time (having used splitlen) is to when using 4 character words, use a subset of the toggle rules that only go to length ...
Kgx Pnqvhm hashcat 4 4,633 08-10-2016, 03:27 PM
    Thread: how to find autotuned values?
Post: how to find autotuned values?

The introduction threads for hashcat v3 discuss the Autotune Engine, but say that at some point in the beta stage the program reported the autotuned kernel loops and accel values. How can we see them ...
Kgx Pnqvhm hashcat 3 4,447 08-13-2016, 01:34 PM