Skip to main content

A best sms bomber existed

Project description


TBomb
TBomb v2.1b

A free and open-source SMS/Call bombing application

NOTES:

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.

Termux version from Play Store is not supported since 2019, please use the latest version from F-Droid Store!

  • The application requires active internet connection to contact the APIs
  • You would not be charged for any SMS/calls dispatched as a consequence of this script
  • For best performance, use single thread with considerable delay time
  • Always ensure that you are using the latest version of TBomb and have Python 3
  • This application must not be used to cause harm/discomfort/trouble to others
  • By using this, you agree that you cannot hold the contributors responsible for any misuse

Compatibility

Check your Python version by typing in

$ python --version

If you get the following

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.

Features

  • Over 15 integrated messaging and calling APIs included with JSON
  • Unlimited (with abuse protection) and super-fast bombing with multithreading
  • Possibility of international API support (APIs are offline)
  • Flexible with addition of newer APIs with the help of JSON documents
  • Actively supported by the developers with frequent updates and bug-fixes
  • Intuitive auto-update feature and notification fetch feature included
  • Recently made free and open-source for community contributions
  • Modular codebase and snippets can be easily embedded in other program

Usage:

Install by PIP (Recommended)

Before continuing make sure following requirements are satisfied:

  • Python version greater than or equal to 3.4 is installed
  • pip is installed for Python 3

Install tbomb package by running:

pip3 install tbomb

Run TBomb by just typing:

tbomb

Install from GIT

NOTE

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.

For Termux

To use the bomber type the following commands in Termux:

pkg install git -y 
pkg install python -y 
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
./TBomb.sh

For iSH

To use the application, type in the following commands in iSH.

apk add git
apk add python3
apk add py3-pip
apk add ruby
gem install toilet
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
pip3 install -r requirements.txt
chmod +x TBomb.sh
./TBomb.sh

For Debian-based GNU/Linux distributions

To use the application, type in the following commands in GNU/Linux terminal.

sudo apt install git
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
bash TBomb.sh

For MacOS

To use the application, type in the following commands in MacOS terminal:

Install via Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install dependencies:
brew install git
brew install python3
sudo easy_install pip
sudo pip install --upgrade pip
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
bash TBomb.sh
Missing Tools on MacOS

The package toilet cannot be installed yet on macOS. But TBomb does still work.

Demonstrative Video:

  • Watch Indian Bombing Method here
  • Watch International Bombing Method here.

Contributors

Donators:

TODO:

  • Make Code More Readable and Extensible
  • Add More Mail Spam APIs
  • Add More SMS Spam APIs
  • Add More Call Spam APIs
  • Resolve threading issue in some devices

FAQ

Q: Is there any TBomb Website/App ?

A: There is no official website/app yet.The only official releases of TBomb are published in Github and PyPi

Q: Poor Internet Connection Detected:

A: Here are a few stuff you can try:

  • Check your connection.
  • Make sure openssl is installed.
  • Try to ping any remote site/address to be sure.
  • Try to reinstall if nothing works.

Q: Do you support "X" Country?

A: Most Countries are supported for SMS and only India for calls. The SMS delivery rate might be different for different countries.

Q: Can you add support for "X" Country?

A: We do what we can, but we cannot promise. Please stay tuned for future support. If you are ready to help then maybe we can do faster.

Q: Why is the limit so low?

A: Due the amount of requests, the APIs can die. To prevent a bigger outtake of TBomb, it has been limited.

Q: Help, I got the error that the requirements aren't installed, even when the installer has successfully reached the main menu

A: First, make sure python3 and pip3 are installed.

  • The Easy Method:
    pip3 install tbomb
    Then execute by simply running tbomb
  • The Git Method:
    Clone the repo and Switch to the TBomb Directory and execute this command:
    pip3 install -r requirements.txt

Q: Help, It says command 'tbomb' not found after installing PIP version!

A: Try running sudo pip3 install tbomb

Q: Help, I can't execute TBomb.sh!

A: Run TBomb Directly with python3 bomber.py

Q: Should I use VPN?

A: No, If you are facing high fail rate as TBomb can fail due the high response time or API restrictions.

Q: How to get protection ?

A: Use OTP blockers and activate DND.

Q: Why does it fail?

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

Support

For Queries: Telegram Group
Contributions, issues, and feature requests are welcome!
Give a ★ if you like this project!

Last FAQ Update: 08.08.2021

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adibomb-0.1.0.tar.gz (21.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adibomb-0.1.0-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file adibomb-0.1.0.tar.gz.

File metadata

  • Download URL: adibomb-0.1.0.tar.gz
  • Upload date:
  • Size: 21.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for adibomb-0.1.0.tar.gz
Algorithm Hash digest
SHA256 748d582b5260119fa44c3eabd811e2686b1f931a9792ed531d39b32ab5196587
MD5 3f5baa4506074ac0b68ed54978787898
BLAKE2b-256 3a73905e9d203a5b0309961cc2dd75031ceb596e988a9f5a42e58f634fe777a7

See more details on using hashes here.

File details

Details for the file adibomb-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: adibomb-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for adibomb-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fc13cbe3142226d2f7089634914846b606b65dd2a2b4b41112655856b1281b81
MD5 aff41b8280e25f28baf5daf4fbda41f7
BLAKE2b-256 d8eee9651c6d90dd2393d0cb6e9f28473fd290467601f220d4aebafeec10a60d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page