Excellent introduction by @k3170Makan to Linux kernel exploitation
Debugging with QEMU: https://t.co/MFkoXhjCXP
Stack Overflows: https://t.co/E6meVjl5ub
RIP control: https://t.co/mIdgQs4F0f
#cybersecurity#infosec#Linux#kernel
Cloudflare's bot detection is cool. Some notes:
1. Using HTTP/2 can increase your "score" by ~20.
2. "Anomalies" like lowercase headers are punished.
3. Your client "JA3" fingerprint can lead to penalties (Python SSL socket == bot).
4. JA3 is also compared against your UA.
You might know that MSFT has released a 154-page paper (https://t.co/7ptdkaWjgb) on #OpenAI#GPT4 , but do you know they also commented out many parts from the original version?
🧵: A thread of hidden information from their latex source code
[1/n]
🐍📰 Using Python Optional Arguments When Defining Functions
In this tutorial, you'll learn about #python optional arguments and how to define functions with default values. You'll also learn how to create functions that accept any number of arguments. https://t.co/IEY7CBezmE
Murphysec
MurphySec CLI is used for detecting vulnerable dependencies from the command-line, and also can be integrated into your CI/CD pipeline.
▫️ Analyze dependencies being used by your project, including direct and indirect dependencies
▫️ Detect… https://t.co/HsxRBxtNuQ