How I used ChatGPT to build a ReDoS vulnerability scanner in just an hour, found 6 vulnerabilities in HuggingFace’s Transformers, got paid $750, and earned 6 CVEs.
Posts for: #Hacking
TensorFlow CVE-2021-37678 – YAML Deserialization RCE
A look into how I discovered an RCE in TensorFlow/Keras caused by unsafe YAML deserialization, how it worked, and what I learned from it.
Mobile Hacking: #1 - Setting Up An Android Pentesting Environment
I often forget how to do this. So I’m posting it here so that I can come back when I need it (content poverty laughs from the corner).
Prerequisites:
- Android Studio (or just the SDK tools if you’re a nerd)
- Android Virtual Device (I don’t like Genymotion)
- Python
- Conda or any other environment manager (optional but recommended)
If the SDK binaries are not in your PATH environment variable, paste the following in your .bashrc or equivalent.