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 start index.js --> Stat the script
.............................................................
.............................................................
.............................................................
kali@kali:~$ pm2 startup --> To run L3MON to startupSet 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.
Maindb.json file is missing plz help
ReplyDeletenpm install
DeleteMaindb.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
ReplyDeleteBold
ReplyDelete