L3MON is a cloud-based remote android management suite, powered by NodeJS.
mrdev@kali:~$ sudo apt-get install openjdk-8-jre
mrdev@kali:~$ curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash -
sudo apt-get install -y nodejs
mrdev@kali:~$ npm install pm2 -g
kali@kali:~$ npm install --> Install Dependencies
.............................................................
.............................................................
.............................................................
.............................................................
kali@kali:~$ pm2 start index.js --> Stat the script
kali@kali:~$ pm2 start index.js --> Stat the script
.............................................................
.............................................................
.............................................................
kali@kali:~$ pm2 startup --> To run L3MON to startupkali@kali:~$ pm2 stop index
kali@kali:~$ pm2 restart all
Usage of L3MON
- GPS Logging
- Microphone Recording
- View Contacts
- SMS Logs
- Send SMS
- Call Logs
- View Installed Apps
- View Stub Permissions
- Live Clipboard Logging
- Live Notification Logging
- View WiFi Networks (logs previously seen)
- File Explorer & Downloader
- Command Queuing
- Built-In APK Builder
Pre-requisites
- Java Runtime Environment 8
- Kali Linux or any Linux distros
- NodeJs
- A Server
Installation Procedure
The installation procedure is quite easy to set up just follow few steps:
Install JRE 8
We cannot stress this enough USE java 1.8.0 ANY issues that don't use this will be closed WITHOUT a response.- Debian, Ubuntu, Etc
If you found a JDK-8 installation candidate then Click here.
Install NodeJS
Quite easy to install Click Here to get more info or paste this command if you are a Debian-based Linux user.
If you found any dpkg error click here to fix it.Install PM2
PM2 enables you to keep applications alive forever, reloads them without downtime, helps you to manage application logging, monitoring, and clustering.
- Download and Extract the latest release from GitHub.
- In the extracted folder, run these commands
Set a Username & Password
- Now Stop L3MON
- Open maindb.json in a text editor
- under admin
- set the username as plain text
- set the password as a LOWERCASE MD5 hash
- save the file
- run
In your browser navigate to http://<SERVER IP>:22533
It's recommended to run L3MON behind a reverse proxy such as NGROK.