Jens Steube

Results 145 comments of Jens Steube

We are working on a tutorial on how to add new plugins to hashcat. Would you be willing to try to add it yourself based on the tutorial we'll give...

Cool, I'll ping you when the tutorial is ready.

The tutorial is ready since a while: https://github.com/hashcat/hashcat/blob/master/docs/hashcat-plugin-development-guide.md Also, looks like someone implemented it: https://github.com/hashcat/hashcat/pull/2777 So far I had no time to check it, but I'll probably at a later...

Hey there and thanks for the suggestion. I'm close to finalize this plugin and will commit it soon. @sylvainpelissier There's a problem that goes back to the "only" 32 bit...

Sounds good. I'd suggest to test that second 32 bit value to be less than 100 or so. That should decrease the false positive rate even more. Unfortunately the ./encdatavault2john.py...

@sylvainpelissier OK, thanks for the support. I've just pushed -m 29930 in case you want to play around with the collisions locally.

@sylvainpelissier Thanks for the update. I've also updated all hashcat hash-modes to make use of the additional test material.

Since there's already --status-json it just makes sense to also add --outfile-json and this will be a true/false flag. I like this because it follow the logic we already have...

I can also foresee at least two special cases: - If the hash file is a binary file, then there will be an attribute "filename" and no "hash" attribute -...

There has been some development on the mac side since 6.2.6 release. Please retry with github master.