Are you scared of ptrace()? Come write a high-performance debugger for Linux which is designed for low-overhead debugging of many-threaded and multi-process applications https://t.co/mFzTftlh1g
I found a new novel self injection technique that most EDRs are not detecting. go use this technique in your next red team engagement.
The technique is:
VirtualAlloc + CreateThread + ExitProcess
ExitProcess is the most important part here since it hides the process from EDRs
#Pwn2own is a competition where #hackers try to execute arbitrary code on selected devices. This blogpost will describe two #vulnerabilities found in the #Netgear RAX30 router […] both were patched the day before the event.
// by @Synacktiv
https://t.co/Nn75CWT6yF
Recently, I was developing RCE exploits for Xiongmai NVR. I focused on 7 issues published between 2017-2022. Based on that, I put together a write-up about these devices, writing exploits for them, and catching some exploitation in-the-wild. https://t.co/eOqAlpbFXh
We've disclosed two remotely exploitable Linux kernel bugs in the Bluetooth stack: one infoleak and one UAF. More information here: https://t.co/QT5BbX4jNj and here: https://t.co/dd56s7UqTH (cc @theflow0)
https://t.co/klEWMiZtmY
is very powerful tool for emulating android native libraries. I used it to get payload from android malware which uses native library to decrypt its payload. It has different hooking frameworks, unicorn support and much more. I have a new toy now 😈
Exploiting CVE-2022-22057, a use-after-free in the Qualcomm gpu kernel driver, to gain root and disable SELinux : https://t.co/Qs6dIoOETS credits @mmolgtm
Ref : KSMA: Breaking Android kernel isolationandRooting with ARM MMU features : https://t.co/yaSGMJVq7q (Slides)