AhMyth-Android-RAT icon indicating copy to clipboard operation
AhMyth-Android-RAT copied to clipboard

"Ahmyth" is not responding

Open alexmarfe21 opened this issue 4 years ago • 5 comments

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 avatar May 22 '20 17:05 alexmarfe21

@AhMyth

alexmarfe21 avatar May 22 '20 18:05 alexmarfe21

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

Morsmalleo avatar May 28 '20 05:05 Morsmalleo

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

alexmarfe21 avatar May 28 '20 17:05 alexmarfe21

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 [email protected]

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

Morsmalleo avatar May 29 '20 01:05 Morsmalleo

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 [email protected]

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

fgabcy avatar Jun 26 '20 16:06 fgabcy