Skip to content
/ bms Public

A free and open-source SMS bombing application.

License

Notifications You must be signed in to change notification settings

h4jack/bms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


BMS (Message Bombing Service) v1.0.0

A free and open-source SMS bombing application.

NOTES:

this program is just the enhanced sms part of the TBomb git repo, fetched and modified by myself. you can contribute or check the TBomb by clicking here...

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 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 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.12.1

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

  • Unlimited (with abuse protection) and super-fast bombing with multithreading
  • Flexible with addition of newer APIs with the help of JSON documents
  • Modular codebase and snippets can be easily embedded in other program

Usage:

just run:

python bomber.py --help

Install from GIT

git clone https://github.com/h4jack/bms.git
cd bms

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/h4jack/bms.git
cd bms
Install dependencies:
brew install git
brew install python3
sudo easy_install pip
sudo pip install --upgrade pip
git clone https://github.com/h4jack/bms.git
cd bms
pip install -r requirements.txt

Contributors of TBomb

TODO:

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

Give a ★ if you like this project!

Releases

No releases published

Packages

No packages published

Languages