This is a Python-based SMS bombing tool that uses multithreading (10 threads) to send multiple SMS to a target number. The tool randomly selects an API and uses it to send SMS.
- 10 Threads for fast SMS bombing.
- Random delay (0.5 - 2.0 seconds) between requests to avoid blocking.
- Retry system in case an API fails to send an SMS.
- Number format randomization for better results.
- Console logs for success and failure feedback.
- Python 3.x
requestslibrary (can be installed usingpip install requests)- A valid list of working APIs (see
apis.py)
- Clone this repository:
git clone https://github.com/Joybrobd/Testbomber cd sms-bomber