Today we are installing the L3MON tool in our Kali Linux, you can install this tool on another operating system, like Debian, ubuntu, or ArchLinux.
What is L3MON
L3MON is a tool for creating an Android Payload without a command, L3MON runs on the node.js, you can install the L3MON tool on Cloud, we can use it to gain access to any android Mobile Phone, or tracking android mobile data. L3MON can Create FUD Payload. there are some features for L3MON Tool.
- Hiddeneye Install in Termux
- Basic Linux commands
- Use of FTK Imager Forensic Tool
- L3MON Install Kali Linux
- L3MON Payload Build Failed error Linux
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
Let’s First Download the L3MON tool from git run the following command in a terminal, After starting the downloading it takes a while to wait until you are back on the bash shell.
1 |
wget https://github.com/D3VL/L3MON/releases/download/1.1.0/L3MON-v1.1.0.zip |
Now Our L3Mon File is download on our localhost machine let’s extract the zip file using this command.
1 |
unzip L3MON-v1.1.0.zip |
There is a requirement dependency requirement for running the L3MON on our Linux, we need to install node.js javascript language, run the following command in the terminal.
1 2 |
curl -sL https://deb.nodesource.com/setup_13.x | bash - apt-get install -y nodejs |
What is NPM
npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js.
Another Requirement pm3 library run the command in the terminal.
1 |
npm install pm2 -g |
Our Setup is almost complete but needs to create a database file maindb.json, let’s start the pm3
1 |
pm2 start index.js |
After starting the server we see the maindb.json database file is automatically created on our machine let’s open the file any editor.
Note: Before editing the maindb.json file first stop the server using this command
1 |
pm2 stop index.js |
Generating a new MD5 password and paste the password field and save the file, you can use any editor to edit the file
1 |
echo -n "hacknos" | md5sum | cut -d" " -f 1 |
we see a default username and a blank password we need to change the username and or password hash with our new generated MD5 Hash
1 |
vi maindb.json |
and start again the server
1 |
pm2 start index.js |
L3MON APK Builder WebLogin
Open any browser and type your IP address and port number 22533 and log in with your username and password
1 |
http://192.168.1.17:22533 |
- username: your username
- password: your password
Fine way of telling, and pleasant piece of writing to take facts concerning my
presentation subject matter, which i am going to convey in academy.
Article writing is also a fun, if you be acquainted with afterward you can write
otherwise it is complex to write.
Good day very cool website!! Man .. Beautiful ..
Amazing .. I’ll bookmark your site and take the feeds additionally?
I am happy to seek out a lot of useful info here in the post, we want develop extra techniques
on this regard, thank you for sharing. . . . . .
I used to be able to find good info from your content.
You made some fine points there. I did a search on the theme and found a good number of people will go along with with your blog.
This article posted at
This website is really good.
wow, awesome blog. Much obliged.
Welcome to Kali in UserLAnd!
david@localhost:~$ curl -sL host | bash –
-bash: curl: command not found
david@localhost:~$ apt-get install -y nodejs
Please solve this problem
first, you need install curl package type command apt install curl
hi sir I followed all steps and successfully installed it and server is also online but can notlogin, the browser says “timeout error” or can’t reach
My android device is not showing online. Please help
share your error images through gdrive link
i am not being able login into the l3mon please help
how I can download it
the maindb.json does not created help please
please help i have an error message after login into L3MON telling me that “wrong version of java found , use java 1.8.0 instead ”
and when i click on building the apk it loads without ending.
please help