TBomb in Termux – Installation & Usage Commands

TBomb is a Termux tool used to send bulk SMS or repeated calls to a target number using multiple online APIs. It can quickly send many messages or calls to international numbers and works through a simple menu-driven interface inside the terminal.

Installation Commands

Update Termux and install required packages:

pkg update && pkg upgrade && pkg install git python -y

Clone the GitHub repository:

git clone https://github.com/TheSpeedX/TBomb.git

Move into the directory:

cd TBomb

Run the tool:

bash TBomb.sh

Create a global command:

ln -s $PWD/TBomb.sh $PREFIX/bin/tbomb

Now you can run from anywhere:

tbomb

Usage Commands

Start the tool:

tbomb

Select an option from menu, you will see menu options like:

  • SMS bombing
  • Call bombing
  • Mail bombing
Enter choice: 1

Enter country code and target number when asked:

Enter Country Code: 91
Enter Number: XXXXXXXXXX

Choose number of messages or calls as required.

TBomb is a simple but powerful tool for testing messaging systems. However, it should only be used for learning or authorized testing purposes.

SHARE THIS POST: