L3MON: Remote Android Management Suite

L3MON is a cloud-based remote android management suite, powered by NodeJS. 


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

mrdev@kali:~$ sudo apt-get install openjdk-8-jre



Install NodeJS

Quite easy to install Click Here to get more info or paste this command if you are a Debian-based Linux user.

mrdev@kali:~$ curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash -
sudo apt-get install -y nodejs

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.

mrdev@kali:~$ npm install pm2 -g

  • Download and Extract the latest release from GitHub.
  • In the extracted folder, run these commands


kali@kali:~$ npm install         --> Install Dependencies
.............................................................
.............................................................
.............................................................
kali@kali:~$ pm2 start index.js   
--> Stat the script
.............................................................
.............................................................
.............................................................
kali@kali:~$ pm2 startup     --> To run L3MON to startup


Set a Username & Password

  • Now Stop L3MON

kali@kali:~$ pm2 stop index

  • 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

kali@kali:~$ pm2 restart all


In your browser navigate to http://<SERVER IP>:22533

It's recommended to run L3MON behind a reverse proxy such as NGROK.



Post a Comment

4 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
  1. Maindb.json file is missing plz help

    ReplyDelete
  2. Maindb.json is missing...npm also installed but didn't worked, I tried to create same json file with the same code which is shown in the image but that didn't worked...help pls

    ReplyDelete

If you have any doubts or any queries you can specify here.

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Ok, Go it!