Ben Lincoln
Ben Lincoln
[1.14.4](https://github.com/OWASP/ASVS/tree/master/5.0) refers to "the secure deployment of the application". It doesn't refer to a CWE. It's unclear to me (and several other people I discussed this with) what is being...
Decompyle++ is an amazing tool, but it will sometimes get stuck in infinite recursion loops until the system runs out of memory. I've added recursion-limiting on both object loading and...
The troubleshooting steps for winafl involve running the DynamoRIO tool drrun.exe with winafl.dll. However, when I follow the build instructions in the README.md, there is no winafl.dll file generated. All...
The main script evolved organically from `dlinject.py`, and is now well into Zerg/Lovecraft monstrosity territory due to the massive amount of additional functionality. I plan to refactor it into a...
Right now, the file `site-content/angular/controllers/npkMainCtrl.js` is hardcoded to include Hashcat's `-O` (use optimized kernels) option. That option is great, as long as someone actually wants to use it, or at...