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.
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 electronif it's not working try this one:
ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ npm installsudo apt-get install nodejs-legacysudo 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))
git clone https://github.com/AhMyth/AhMyth-Android-RAT.git
cd AhMyth-Android-RAT
npm start
From binaries
Prerequisite :
- Download a binary from https://github.com/AhMyth/AhMyth-Android-RAT/releases
- Java (to generate apk backdoor)
Comments
Post a Comment