A free and open-source SMS/Call bombing application
Due to the overuse of script, a bunch of APIs have been taken offline. It is okay if you do not receive all the messages.
Check your Python version by typing in ```shell script $ python –version
If you get the following
```shell script
Python 3.8.3
or any version greater than or equal to 3.4, this script has been tested and confirmed to be supported. For obsolete versions of Python (eg 2.7), use discretion while executing the script as it has not been tested there.
Before continuing make sure following requirements are satisfied:
Install tbomb
package by running:
```shell script pip3 install tbomb
Run TBomb by just typing:
```shell script
tbomb
Git installation methods are not universal and are likely to differ between distributions so installing Git as per the given instructions below may not work. Please check out how to install Git for your Linux distribution here. Commands below provide instructions for Debian-based systems.
Running
TBomb.sh
as sudo miscofigures files ownership. It is recommended not to run it as sudo
Run these commands to clone and run TBomb.
To use the bomber type the following commands in Termux: ```shell script pkg install git -y pkg install python -y git clone https://github.com/Hackertrackersj/Tbomb cd Tbomb ./TBomb.sh
#### For iSH
To use the application, type in the following commands in iSH.
```shell script
apk add git
apk add python3
apk add py3-pip
apk add ruby
gem install toilet
git clone https://github.com/Hackertrackersj/Tbomb
cd Tbomb
pip3 install -r requirements.txt
chmod +x TBomb.sh
./TBomb.sh
To use the application, type in the following commands in GNU/Linux terminal. ```shell script sudo apt install git git clone https://github.com/Hackertrackersj/Tbomb cd Tbomb bash TBomb.sh
#### For MacOS
To use the application, type in the following commands in MacOS terminal:
##### Install Brew
```shell script
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
shell script
brew install git
brew install python3
sudo easy_install pip
sudo pip install --upgrade pip
git clone https://github.com/Hackertrackersj/Tbomb
cd Tbomb
bash TBomb.sh
The package toilet
cannot be installed yet on macOS. But TBomb does still work.