You are here |
muffsec.com | ||
| | | |
jaylittle.com
|
|
| | | | Today's post is going to examine an ethical grey area that I currently find to be very relevant. Is it ever okay to ignore responsible disclosure standards for security related issues? Spoiler alert: I'm going to argue that there are cases in which ignoring these standards is not only permissible but the only real ethical course of action. Okay so lets start with some sample code. The below code represents a simple . | |
| | | |
y4y.space
|
|
| | | | Preface I finally got my shit together and decided to sit down and learn Java deserialization. So, I decided it'd be the best way to learn by analyzing the PoCs online, and ysoserial just happens to be one. I will probably analyze all the CommonCollections gadgets first, then move onto the rests. This is how... | |
| | | |
willhaley.com
|
|
| | | | The idle timer is the countdown after a user driven event on a Windows computer. So if your computer is set to enable a screensaver "after 5 minutes", that "after" refers to a user driven event like moving the mouse or pressing a key. This program simulates a user driven event to reset that idle timer. Download Program I have not tested this extensively, but it does work in Windows 7 x86 as an Admin. | |
| | | |
johna.compoutpost.com
|
|
| | I have been working on an ASP.NET Web Forms project that is being converted to Bootstrap 3 and have run into a few issues with Modals. |