You are here |
www.ostinelli.net | ||
| | | |
thehftguy.com
|
|
| | | | I've been using flask, bottle, tornado in production day to day for years, writing plugins for these and maintaining a variety of new or legacy applications that happened in Big Corp TM. Here's my take on the different frameworks, having used them extensively and see many many people use them and ask for advice on... | |
| | | |
blog.kgriffs.com
|
|
| | | | In this latest round of performance testing, I take the Tornado web framework for a spin (heh, couldn't help myself), and also play around with Cython. | |
| | | |
benhoyt.com
|
|
| | | | A brief introduction to Go for programmers who haven't used Go before: Why use it? The standard library. And the language itself. | |
| | | |
bradleyjkemp.dev
|
|
| | LaunchDaemon (or LaunchAgent) Hijacking is a MacOS privilege escalation and persistence technique. It involves abusing insecure file/folder permissions to replace legitimately installed, misconfigured LaunchDaemons with malicious code. I first spotted this issue affecting the OSQuery installer but went looking and found multiple other products with the same problem. This isn't a novel technique (it's briefly mentioned in T1543.004) but I was surprised to find it so rarely talked about. Example - Hijacking the OSQuery LaunchDaemon ?? I've already disclosed this issue to the OSQuery team and they kindly let me use it as an example in this post. |