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 -yClone the GitHub repository:
git clone https://github.com/TheSpeedX/TBomb.gitMove into the directory:
cd TBombRun the tool:
bash TBomb.shCreate a global command:
ln -s $PWD/TBomb.sh $PREFIX/bin/tbombNow you can run from anywhere:
tbombUsage Commands
Start the tool:
tbombSelect an option from menu, you will see menu options like:
- SMS bombing
- Call bombing
- Mail bombing
Enter choice: 1Enter country code and target number when asked:
Enter Country Code: 91
Enter Number: XXXXXXXXXXChoose 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.
