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 Replies [desc] Views Posted
    Thread: Update rules.txt with changes.txt
Post: RE: Update rules.txt with changes.txt

What I'm trying to say is that there is no one place where all the rules for the hashcats are clearly documented. In the distribution, the file hashcat\docs\rules.txt has two sections of rules, the...
Kgx Pnqvhm Old hashcat Support 5 9,690 08-12-2013, 08:52 PM
    Thread: Update rules.txt with changes.txt
Post: RE: Update rules.txt with changes.txt

Rather than having a rules.txt file at all, point people to the wiki, then you won't have to keep the two in sync.
Kgx Pnqvhm Old hashcat Support 5 9,690 08-17-2013, 06:30 PM
    Thread: best duplicate removal tool for wordlists
Post: RE: best duplicate removal tool for wordlists

Have you tried the command line ULM tools?
Kgx Pnqvhm General Help 5 6,437 11-21-2015, 03:52 AM
    Thread: best duplicate removal tool for wordlists
Post: RE: best duplicate removal tool for wordlists

The command line tools are 64-bit executables, and more powerful than the GUI ULM.
Kgx Pnqvhm General Help 5 6,437 11-21-2015, 03:14 PM
    Thread: M and Q rules in hashcat v3.10?
Post: M and Q rules in hashcat v3.10?

Since the last groups of rules in best64.rule might not change the input work, I wrapped them in the "M" and "Q" memorize and reject commands, but they wouldn't work on my Device #1: GeForce GTX 970, ...
Kgx Pnqvhm hashcat 5 5,424 11-20-2016, 12:46 AM
    Thread: M and Q rules in hashcat v3.10?
Post: RE: M and Q rules in hashcat v3.10?

Is there some major hurdle to having "M" and "Q" be usable with -r? And will the memory rules ever be usable with -r? Edited: E.g., if I want to avoid having something like the 34 thousand rules in d...
Kgx Pnqvhm hashcat 5 5,424 11-23-2016, 02:50 AM
    Thread: M and Q rules in hashcat v3.10?
Post: RE: M and Q rules in hashcat v3.10?

The best64.rule set is small enough to examine by eye. "Append" rules like $0 will always change the input word. But "overwrite" rules like the o0d above won't change the input word if it alread...
Kgx Pnqvhm hashcat 5 5,424 11-24-2016, 04:00 PM
    Thread: Combinator attack with a maximum length?
Post: RE: Combinator attack with a maximum length?

A quick glance into my notes has the "Phraser" tool found at https://github.com/Sparell/Phraser and described at PasswordsCon 2015 Cambridge with a video titled Linguistic Cracking of Passphrases usin...
Kgx Pnqvhm hashcat 5 7,213 12-10-2016, 04:00 PM
    Thread: Combination mode doesn't generate all combinations
Post: Combination mode doesn't generate all combinations

Hashcat's Combination mode attack seems to not generate all the combinations. With the goal of using hashcat's words Combination attack-mode=1, my first step is to convert more of the KoreLogic joh...
Kgx Pnqvhm Old hashcat Support 6 14,782 03-27-2011, 07:51 PM
    Thread: Combination mode doesn't generate all combinations
Post: RE: Combination mode doesn't generate all combinat...

Trying words, rather than symbols, got these results: 50*50 = 2,500 expected vs 2,499 output; 1 short 60*60 = 3,600 expected vs 3,600 output; OK 70*70 = 4,900 expected vs 4,894 output; 6 short 8...
Kgx Pnqvhm Old hashcat Support 6 14,782 03-29-2011, 01:33 AM
    Thread: Combination mode doesn't generate all combinations
Post: RE: Combination mode doesn't generate all combinat...

atom Wrote: (03-29-2011, 10:41 AM) -- i can just guess now, but maybe it related to multiple threads writing to the same output file. can you try to reproduce this with -n 1? if the bug is gone, it s...
Kgx Pnqvhm Old hashcat Support 6 14,782 03-29-2011, 10:27 PM
    Thread: Combination mode doesn't generate all combinations
Post: RE: Combination mode doesn't generate all combinat...

After finding that using just one thread solved the problem, I erased the test files. Making a new quick test file of 70 items, all the same length, and running four times in a row (with the defaul...
Kgx Pnqvhm Old hashcat Support 6 14,782 04-02-2011, 02:38 AM
    Thread: Comprehensive rule listing?
Post: Comprehensive rule listing?

Is there a comprehensive listing of hashcat's rule, like john has at https://www.openwall.com/john/doc/RULES.shtml? "Rule-Fu: The art of word mangling" by d3ad0ne at https://ob-security.info/?p=31 i...
Kgx Pnqvhm General Help 6 14,786 04-02-2011, 08:36 PM
    Thread: Comprehensive rule listing?
Post: RE: Comprehensive rule listing?

So, of the john "character class commands" hashcat only has the single character rules, sXY, @X, !X, /X, (X, )X, and no character class commands? E.g., trying john's !?X in hashcat got a syntax err...
Kgx Pnqvhm General Help 6 14,786 04-03-2011, 04:09 AM
    Thread: Combination mode doesn't generate all combinations
Post: RE: Combination mode doesn't generate all combinat...

Hashcat in straight words attack-mode=0 has the same problem. I ran the simple prepend rule on the 1,185,921 4 specials text body to get the capitalized version of the rules, with the default 8 thr...
Kgx Pnqvhm Old hashcat Support 6 14,782 04-03-2011, 06:17 AM
    Thread: Comprehensive rule listing?
Post: RE: Comprehensive rule listing?

Code: -- #define RULE_OP_MANGLE_DUPEWORD_TIMES 'p' -- This is different than john. Thanks.
Kgx Pnqvhm General Help 6 14,786 04-07-2011, 03:48 AM
    Thread: Effect of Grammar on Security of Long Passwords
Post: RE: Effect of Grammar on Security of Long Password...

In the abstract they write: "We show that using a better dictionary e.g. Google Web Corpus, we can crack more long passwords than previously shown (20.5% vs. 6%)." The discuss methods using corpus li...
Kgx Pnqvhm General Help 6 11,602 01-27-2013, 11:09 PM
    Thread: Purge rule?
Post: Purge rule?

Is the purge rule (@X) ever going to be implemented in the GPU hashcat(s)? As I mentioned in a different post, I am looking into mining pass phrases from web sources, and would store them with the ...
Kgx Pnqvhm Very old oclHashcat-plus Support 6 10,726 10-21-2013, 09:26 PM
    Thread: cuModuleLoad() 209 error
Post: RE: cuModuleLoad() 209 error

The NVIDIA driver needs to have CUDA 5.5.
Kgx Pnqvhm Very old oclHashcat-plus Support 6 15,175 11-17-2013, 04:18 PM
    Thread: [solved] Problem sorting dictionary file
Post: RE: Problem sorting dictionary file

Somebody usually suggests ULM at this point. https://unifiedlm.com/
Kgx Pnqvhm hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 6 11,931 04-20-2014, 06:00 PM