HaxRat is an Android remote administration tool. This tool has more controlling options and it supports android and Linux. The main feature of this tool is a user interface
Features
- Screenshot Capture.
- Screen Recorder.
- Rear Camera Recorder.
- Front Camera Recorder.
- Lock Device.
- 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.
How to install and use the HaxRat Tool?
The installation process was very simple but before that, we need to install some required packages so following the below commands
First, we need to install the JRE Package in our kali-Linux system so execute the below command
sudo apt-get install nvidia-openjdk-8-jre
Then install the node-Js package so type the following command in your terminal
sudo apt-get install -y nodejs
After completing the Node-Js, and JRE installation package installs the pm2 process manager to execute the following command
sudo npm install pm2 -g
Step 1:
Completing the pre-request installation Download the HaxRat tool to execute the following command
git clone https://github.com/Hax4us/haxRat
Step 2:
Then we navigate to the server directory under haxRat by using the Below command
cd haxRat/server
Step 2:
Now install the dependencies using the npm command
npm install
Step 3:
Now change the password of haxrat tool so edit the “maindb.json“. The password should be “MD5 Hash code”
If you don’t know the password changing follow the below steps
First, click the below button and type your password to the text box and click the generate button
After clicking the generated button your password hash code will be ready to copy that hash code
Step 4:
Now paste the MD5 Hash code to the password location inside the quotation
Step 5:
Now run the below command inside the server directory
node index.js
Now copy that generated URL and paste it to the browser to access the HaxRat tool
Now log in to the haxrat tool after that click the Apk builder option to generate the payload. Then send a payload to the victim, Once the victim installs your payload to their android phone you can access all data from your device
Post a Comment