Brutal in Termux | How to create Payload in Termux

Brutal is a toolkit to quickly create various payloads, PowerShell attacks, virus attacks,s and launch listeners for a Human Interface Device. Brutal has a lot of features as given below.

• Meterpreter Reverse TCP Injection Using Powershell
• Download and Execute Backdoor
• Get-Credential Information with Mimikatz
• Retrieve lots of passwords stored on a local computer
• Payload prank for Attack computer
• Payloads to Manage Windows
• Attacking Windows

Brutal Installation In Termux

To use Brutal we need to root access in termux. Download sudo first in termux. Follow these commands to install sudo in termux.

$ apt update

$ apt upgrade
$ apt install git
$ apt install tsu
$ git clone https://gitlab.com/st42/termux-sudo
$ cd termux-sudo
$ cat sudo > /data/data/com.termux/files/usr/bin/sudo
$ chmod 700 /data/data/com.termux/files/usr/bin/sudo
$ sudo su
$ sudo tsu

After the successful installation of Sudo, use the following commands to install Brutal in Termux.

$ apt update && apt upgrade
$ git clone https://github.com/Screetsec/Brutal.git
$ cd Brutal
$ chmod +x Brutal.sh
$ sudo ./Brutal.sh

I hope you all like this tutorial on Brutal. If you need a practical video then comment below. Comment below if any script is not working or you can message me on Instagram.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top