AhMyth Android Rat

Hi Guys,


Today we will start with Android Hackin stuffs, now I already shared how to do this thing with "MSF" but today we will going to use another tool named AhMyth, this tools is designed by @AhMythDev



Ok, lets get started.

Prerequities :

For running this application we need some package preinstalled in out machine. 

for out demonstration I am using a DEBIAN based OS (kali Linux) running on  DEBIAN ver8 code named JESSIE.


So, let's get started,

INSTALL NPM:

for installing NPM type the following command:

sudo apt-get install npm

install Electron 

electron is a npm package, install it by using this command :
sudo apt-get install electron 
if it's not working try this one:
ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ npm install
sudo apt-get install nodejs-legacy
sudo npm install electron-prebuilt -g


Getting Started

From source code

Prerequisite :

  • Electron (to start the app)
  • Java (to generate apk backdoor)
  • Electron-builder and electron-packer (to build binaries for (OSX,WINDOWS,LINUX))
  1. git clone https://github.com/AhMyth/AhMyth-Android-RAT.git
  2. cd AhMyth-Android-RAT
  3. npm start

From binaries

Prerequisite :





Comments

Popular This Time