How to install l3mon any Debian Linux distribution today we are installing the tool kit, Kali Linux, L3MON Install Kali Linux. you see more information this toll GitHub page link
Features 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
The First Step is downloading the latest version l3mon I git clone the toll our system
wget https://github.com/D3VL/L3MON/releases/download/1.1.0/L3MON-v1.1.0.zip
After complete downloading extracting the file with kali inbuilt toll unzip
unzip L3MON-v1.1.0.zip
Downloading the nodejs development tool L3MON requirement using the curl command
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs
npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js.
installing npm
npm install pm2 -g
now run the pm2 start index.js command start the server
pm2 start index.js
After starting the server we see maindb.json database file now open the file any editor but first stop our server
pm2 stop index.js
we see default username and a blank password we need to change the username and create a new password
vi maindb.json
Generating a new MD5 password and paste the password field and save the file
echo -n "hacknos" | md5sum | cut -d" " -f 1
again start our server
pm2 start index.js
Open any browser and type your IP address and port number 22533 and login with your username and password
http://192.168.1.17:22533
- username: your username
- password: your password
L3MON Payload Build Failed error Linux her