
Automated Exploit for CVE-2024-0044 .
EXPLOITER is a sophisticated tool designed for automated exploitation of CVE-2024-0044 vulnerabilities. This script streamlines the process of exploiting vulnerable Android applications by automating the payload deployment and APK installation.
EXPLOITER automates the exploitation of CVE-2024-0044, installing malicious payloads on a target device and extracting sensitive data. It features automated ADB connection checks, APK pushing, UID extraction, payload generation, and real-time progress updates, providing a seamless and professional user experience.
Clone the Repository:
git clone https://github.com/Athexhacker/EXPLOITER.git
cd EXPLOITER
Install Dependencies:
Ensure you have Python 3.x installed and then install any required Python packages (if needed):
pip install -r requirements.txt
Connect Your Device:
Make sure your Android device is connected and ADB is properly set up:
adb devices
Run the Exploit:
Use the following command to start the exploit. Replace com.whatsapp with the target package name and provide the path to your APK file:
python3 EXPLOITER.py -p com.whatsapp -a /path/to/your.apk
-p, --package: Target package name (e.g., com.whatsapp).-a, --apk: Path to the APK file to install.python3 EXPLOITER.py -p com.whatsapp -a /path/to/whatsapp.apk
This tool is for educational purposes only. The author and contributors are not responsible for any misuse or illegal activities performed using this tool. Use responsibly and only on devices and systems you own or have explicit permission to test.
For any issues or questions, please open an issue on the GitHub repository or contact the maintainer at contact@[email protected].
EXPLOITER - A powerful tool for educational exploitation purposes. Always use responsibly and ensure compliance with local laws and regulations.