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.
Posts for: #Hacking
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.