🕵️♂️ Android-RAT A powerful Remote Access Tool (RAT) for Android, designed for educational and ethical use.
📜 Disclaimer
📌 Features ✅ Remote control of Android devices ✅ File management (upload/download/delete) ✅ Keylogging ✅ Microphone & Camera access ✅ SMS & Call logs retrieval ✅ GPS tracking
(More features coming soon!)
🛠 Installation 🔹 Server (Command & Control - C2) 1️⃣ Clone the repository:
sh
Copy
git clone https://github.com/z3vke/Android-RAT.git
cd Android-RAT/server
2️⃣ Install dependencies:
sh Copy pip install -r requirements.txt # If using Python 3️⃣ Run the server:
sh
Copy
python server.py
🔹 Android Client (Malware APK)
1️⃣ Open the client/ folder in Android Studio.
2️⃣ Build & generate the APK.
3️⃣ Install it on the target Android device.
🚀 Usage 1️⃣ Start the C2 server and wait for connections. 2️⃣ Install the Android Client (APK) on the target device. 3️⃣ Control the device remotely using available commands.
🔹 Full list of commands: Commands.md
🔐 Security & Legal Notes Do NOT use this on unauthorized devices.
Encrypt the connection to prevent interception.
Implement authentication to avoid misuse.
📌 Roadmap Add end-to-end encryption
Implement a web-based control panel
Improve UI/UX of the Android client
🤝 Contributing 🔹 Pull requests are welcome! Open an issue if you have feature suggestions or found a bug.
📜 License This project is licensed under the MIT License – see the LICENSE file for details.
📞 Contact 📧 Author: [Your Name] 📂 GitHub: @z3vke