Solar Designer

Results 1106 comments of Solar Designer

> I approve of the goal here. It's something I wanted to do myself quite some time ago If implementations look so risky and/or complicated to you, then I'm puzzled...

> common ones including [ORTRTA](https://github.com/NotSoSecure/password_cracking_rules/blob/master/OneRuleToRuleThemAll.rule#L44090)/[ORTRTS](https://github.com/stealthsploit/OneRuleToRuleThemStill/blob/main/OneRuleToRuleThemStill.rule#L36617) For compatibility with these two, can also add treating of `'` the same as space. And we'll know not to use these two characters to...

> Hashcat use `'` for "Truncate word at position N". I don't think it's appropriate to treat it as for space. Yes (and JtR treats it that way too), so...

> Doing the math with the missing rules to support also classes usage (?C) as crack/john does, if we add one more character to identify this (maybe) new rule then...

> I count 8, what would be 9? You seem to be looking at the webpage, which shows documentation from "core". We have extra commands in "jumbo": ``` $ fgrep...

Another idea is to enable the character class support with a line like: ``` !! hashcat logic 2 ``` which I guess would have effect until the end of rules...

> I didn't understand how it works (I haven't tried it yet) and if it is compatible with 'e' of hashcat It is supposed to be mostly compatible, except that...

> the new version I have committed now does not create backwards compatibility issues Skimming the code, the syntax appears to be `~` as prefix to Crack/John-style commands, so e.g....

Thanks @banderlog! Are you testing this with the latest `zip2john` you built from source code in this repo, or with some other version/build? Can you please provide a sample zip...

The pathname `/usr/share/john/kernels/pbkdf1_hmac_sha1_kernel.cl` suggests you use a distro package perhaps of our last release from 2019, rather than of anything newer. It's been years since we've moved away from the...