DEV Community

Cover image for How to install lemon rat in Termux
H4Ck3R
H4Ck3R

Posted on • Updated on

How to install lemon rat in Termux

Lemon Rat

TERMUX

Termux is an Android terminal emulator which is based on linux environment.

You can perform many attacks ( ex - openport attack , ddos , mitmf , sql injection , etc )

Termux support both rooted and unrooted devices

You can termux as a root to perform extra attacks which requires root access .

Usage

Open the app , you will see graphical interface

Click on install packages , it will download some basic packages ( make sure you are connected with internet )

Now you can use termux

Before using it ( make sure you are connected with internet )

If u like my work , just tap on this and buy me a coffee
Buy Me A Coffee

what can you do with termux ?

  1. we can perform different attacks

  2. Pentesting

  3. Vulnerability Scanning

  4. Ethical Hacking

We can do most of things using termux

Necessary Post

Lemon : Install
Apkmod : Install

Steps

Install lemon (Ignore all errors)

dpkg --configure -a

Install apkmod

Again Install lemon

cd /data/data/com.termux/cache/apt/archives

dpkg-dev -R lemon.deb lemon

cd lemon

cd /data/data/com.termux/files/usr/bin

cp -r lemon /data/data/com.termux/files/usr/bin

cd ..

cd share

cp -r lemon /data/data/com.termux/files/usr/share

cp -r doc /data/data/com.termux/files/usr/share

cd

lemon

Now You Have Installed Successfully

Read More

Fix Module Error

cd $PREFIX/share/lemon/ && apt install yarn && yarn add expressjs

.

A cloud based remote android managment suite, powered by NodeJS

Features

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

Type lemon to run

Top comments (0)