AhMyth / AhMyth-Android-RAT

Android Remote Administration Tool
GNU General Public License v3.0
4.52k stars 1.7k forks source link

"Ahmyth" is not responding #198

Open alexmarfe21 opened 4 years ago

alexmarfe21 commented 4 years ago

This text comes up whenever I open Ahmyth, ("Ahmyth" is not responding.) I use root on my system, and java v8 on my system MVIMG_20200522_233649~2

alexmarfe21 commented 4 years ago

@AhMyth

Morsmalleo commented 4 years ago

what OS are you running??? Windows, Linux, MacOS???

alexmarfe21 commented 4 years ago

@Morsmalleo kali linux VERSION="2020.2" VERSION_ID="2020.2" VERSION_CODENAME="kali-rolling"

Morsmalleo commented 4 years ago

I am currently using the same version try and follow these steps below and tell me if there is any progress.

Remove AhMyth completely and then type the following syntax's

sudo apt-get install nodejs openjdk-8-jdk npm

git clone https://AhMyth/AhMyth-Android-RAT

cd AhMyth-Android-RAT/AhMyth_Server

npm install

npm install --save-dev electron@9.0.0

cd AhMyth-Android-RAT/AhMyth_Server/node_modules/electron/dist

sudo chown root chrome-sandbox

sudo chmod 4755 chrome-sandbox

cd

cd AhMyth-Android-RAT/AhMyth_Server/

npm install --save-dev electron-rebuild

npm install electron@nightly

Also make sure you have openjdk 8 selected if have more than one version of openjdk installed, you can do this by typing

sudo update-alternatives --config java

Then type "2" and press enter for the option of openjdk-8, if it is not already selected

Also turn Bridged Adapters on in your virtualbox Network settings, switch it from NAT to Bridged Adapter

Hopefully this helps

fgabcy commented 4 years ago

sudo apt-get install nodejs openjdk-8-jdk npm

git clone https://AhMyth/AhMyth-Android-RAT

cd AhMyth-Android-RAT/AhMyth_Server

npm install

npm install --save-dev electron@9.0.0

cd AhMyth-Android-RAT/AhMyth_Server/node_modules/electron/dist

sudo chown root chrome-sandbox

sudo chmod 4755 chrome-sandbox

cd

cd AhMyth-Android-RAT/AhMyth_Server/

npm install --save-dev electron-rebuild

npm install electron@nightly

Also make sure you have openjdk 8 selected if have more than one version of openjdk installed, you can do this by typing

sudo update-alternatives --config java

Works like charm Thanks