Generate metasploit Payloads in Easiest way using TM venom specially for Termux users.


[!] 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.


♉️ Requirments:-


1. Termux APp

2. 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

                     &

$ python2 tmvenom2.py


Now select payload options and you can easily generates payloads.


Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...