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 [asc] Forum Replies Views Posted
    Thread: Is the 'p' rule working in 0.38?
Post: Is the 'p' rule working in 0.38?

The rules.txt file for hashcat has: #define RULE_OP_MANGLE_DUPEWORD_TIMES 'p' // append word to itself N times But in hashcat-cli64.exe v 0.38, it doesn't seem to work. (I haven't found it to work in...
Kgx Pnqvhm Old hashcat Support 0 4,359 12-25-2011, 11:08 PM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: rules with $4 or $9 and ^4 or ^9 dropped

With the new hashcat v0.38, or at least the hashcat-cli64.exe I'm running, rules with $4 or $9 drop the appending of the "4" or "9". Appending all the other digits work. But rules that should append ...
Kgx Pnqvhm Old hashcat Support 11 20,667 01-01-2012, 01:47 AM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Change the rule to $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 I get word0 word1 word2 word3 word5 word6 word7 word8 in v0.38, Windows 64-bit version. Changing the rule.txt file to $1 $2 $3 $4 $5 $6 $7 $8 $9 $0...
Kgx Pnqvhm Old hashcat Support 11 20,667 01-01-2012, 02:48 PM
    Thread: multiple dictionaries in hashcat
Post: multiple dictionaries in hashcat

In order to work with pass phrases, and since oclhc+ has a 15 character limit, having the ability to work with multiple dictionaries, with a rule per dictionary, would be a useful change to the regula...
Kgx Pnqvhm Feature Requests 15 39,394 01-01-2012, 03:12 PM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

atom Wrote: (01-02-2012, 11:20 AM) -- which cpu are you working on? -- Intel(R) Core(TM) i3 CPU 550 @ 3.20GHz Windows 7 Home Premium 64-bit SP1
Kgx Pnqvhm Old hashcat Support 11 20,667 01-02-2012, 01:50 PM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

The idea is to avoid making new files as dictionaries as they could be quite large, exceeding my disk space. If the combinator attack would let us have rules per word, that would be a step in the d...
Kgx Pnqvhm Feature Requests 15 39,394 01-02-2012, 02:06 PM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

The way I request that is where dictionaries are supported, longer passwords should be, too. Brute forcing beyond 15 characters isn't so productive, but working with dictionaries is. It may be more fe...
Kgx Pnqvhm Feature Requests 22 50,757 01-03-2012, 02:00 AM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

Anything the program could do programmatically would be faster than our writing combined word lists out to a disk file them reading them back in as dictionaries. And then disk space wouldn't be a lim...
Kgx Pnqvhm Feature Requests 15 39,394 01-03-2012, 11:52 PM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

But even something "slow" may still find a password, if left running long enough. Could the left and right dictionaries with rules per each side, but with bigger sizes, be put into the CPU hashcat,...
Kgx Pnqvhm Feature Requests 15 39,394 01-05-2012, 02:48 AM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

An example of what's "out there" is found at https://www.passcape.com/hash_attacks "Windows Password Recovery - attacking hashes" which has links to https://www.passcape.com/windows_password_recovery_co...
Kgx Pnqvhm Feature Requests 15 39,394 01-08-2012, 01:50 AM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

I'm just a home hobbyist who dabbles with this, but I look at all the various cracking software out there, to collect ideas, from their web sites and manuals, to see how to do the same with the hashca...
Kgx Pnqvhm Feature Requests 15 39,394 01-08-2012, 03:09 PM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

For me, hash cracking is an entertainment, like a chess game. The fun is the art and science of making wordlists and rules. The KoreLogic rules, along with Rick Redman's slide show explaining the ...
Kgx Pnqvhm Feature Requests 15 39,394 01-09-2012, 02:20 AM
    Thread: multiple dictionaries in hashcat
Post: RE: multiple dictionaries in hashcat

What I was going to try next, since the hashcats will only support two dictionaries, is try to recast some KoreLogic type rules into the left and right side model like in the older oclhashcat. E.g., f...
Kgx Pnqvhm Feature Requests 15 39,394 01-10-2012, 09:47 PM
    Thread: Support recovery of passwords of length 16 and above
Post: RE: Support recovery of passwords of length 16 and...

Maybe add a note in the wiki about the other hashcats that 'lite can do longer than 15 characters, though brute force only.
Kgx Pnqvhm Feature Requests 22 50,757 01-11-2012, 11:57 PM
    Thread: GPU patent issues
Post: GPU patent issues

A question for atom: Some of the Russian (document) password crackers are unable to provide their GPU versions to the USA market due to patent issues. Yet others are able to. Do you know what th...
Kgx Pnqvhm General Help 3 8,598 02-01-2012, 10:32 PM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

gat3way_ Wrote: (02-04-2012, 11:33 PM) -- Practically speaking, only dictionary attacks and rule-based attacks with limited keyspace are applicable, bruteforce or markov are pure madness. [...] Thu...
Kgx Pnqvhm Feature Requests 27 130,517 02-05-2012, 09:37 PM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

Words from one dictionary added to words from another dictionary to make a string to be tested, with mangling rules for each dictionary. Suppose one dictionary is bugs.txt and another is animals.tx...
Kgx Pnqvhm Feature Requests 27 130,517 02-07-2012, 01:11 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

I'm looking for something more straightforward, like in the "Password Definition Language" of the Parallel Password Recovery program mentioned earlier in this thread. See 4.2.2. "Dictionary words and...
Kgx Pnqvhm Feature Requests 27 130,517 02-07-2012, 11:04 PM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

Atom has already given his reasons why he won't be making the hashcats able to combine dictionaries with rules, and I realize that it would be a major code revision. The point I keep bringing up is t...
Kgx Pnqvhm Feature Requests 27 130,517 02-08-2012, 03:22 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

An example of that type of password is seen in the suspense novel I'm currently reading where an employee named Clayton Johnson in a Seattle company has the password of "JohnsonCLsonicsrule". A com...
Kgx Pnqvhm Feature Requests 27 130,517 02-11-2012, 03:18 PM