How to install brutal in termux ?

 Brutal = this is a toolkit to quickly create various payload, powershell attack, virus attack.and launch listener for a human interface devices..this is extreamly useful for executing scripts on a target machin..


For use this tool you must install sudo in your termux


means it need rooted devices..


Installation :


$ apt update && apt upgrade


$ apt install git 


$ git clone https://github.com/Screetsec/Brutal


$ cd Brutal


$ chmod +x *


Run :


$ sudo ./Brutal.sh


Now simply select your option which you want..





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