Eran Zimmerman-Gonen
Eran Zimmerman-Gonen
It could be worth going over this repo, and see if there are more methods worth implementing here as well: https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite
Apparently Avira Free Antivirus has a component that collects browser passwords. Could be worth to take a look and see if they do anything interesting there that can be integrated...
Apparently, they are (were?) encrypted (and not hashed) with a known key: https://whynotsecurity.com/blog/teamviewer/
When I try to use the default extra files (e.g. gif.dict from testcases\_extras folder) with the -x flag with afl-fuzz.exe, I get this error: ``` [-] PROGRAM ABORT : Extra...
Currently, when afl-tmin is executed on non-crashing input (instrumentation mode), it can be very slow (especially for targets with a long initialization phase), due to its re-execution of the process...
**Describe the bug** Pooltags which aren't immediate values in the correct place, but possibly propagated via a register, aren't found. Example code snippet: ``` ... mov ebp, 'ABCD' mov rdx,...
Hi! After a few minutes in the frontend, the token should (and does) time-out, but then the refresh token should kick in and allow more time on the same token,...
Hi! Each time I push my code to my git repo, I get the following output: ``` no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead....
Hi! I've run into the encoding issue several times on different projects. I look at a source code with thousands (or hundreds of thousands) of files, and inside them, for...
Hi! I ran Jackalope, and the number of crashes I see on the screen doesn't seem to match the number of files in the crashes folder. For example, in my...