lakiw
lakiw
It appears that the length data saved in LN.level has an off by one error when training passwords of length 4 are being saved as length 5, length 5 are...
I tried to compile OMEN on a very old version of Ubuntu (long story), and ran into the following issues when running Make: cc1: error: unrecognized command line option ‘-Wpedantic’...
As I review the code, there is a lot of areas that need improvement: - [ ] Review how the multiword detector is trained on an existing grammar - [x]...
There is a lot of placeholders currently in the trainer where probability smoothing can be applied, but currently that functionality is not being used. For example in calculate_probabilities.py: This is...
This is a continuation of the discussion started here: https://twitter.com/notajungman/status/1176104318639968257 Basically create a mode to run a PCFG based cracking session against the harder passwords after other more traditional cracking...
Need to add the feature listed in the issue title. Not that I recently did this...
**Describe the feature** John the Ripper prefixes `$dynamic_X$` to hashes to help identify ambiguous or non-standard algorithms. It would be nice if Hashcat had a flag similar to `--username` where...
I'm running yara 3.2.0 on CentOS: [server]$ yara -v yara 3.2.0 I'm also using python 2.7 When I try to do anything with yara-ctypes I get the following error: [server]$...
Right checkPass2 doesn't print out every single instance of when a password is cracked because for graphing items in Excel it's usually much easier to keep the number of points...
This is a proposed fix for Issue #4079 I tried to keep much of the core code that processes the hashes the same. The big difference is I set it...