https://github.com/anbuinfosec/bd-sms
BD-SMS Bomber: Python3 Tool for Spamming SMS in Bangladesh Phone Numbers.
https://github.com/anbuinfosec/bd-sms
anbuinfosec bd-sms bdsms bdsmsbomb python python-sms-bomber-bd python3 sms-bomber sms-bomber-bd sms-spoofer
Last synced: 2 months ago
JSON representation
BD-SMS Bomber: Python3 Tool for Spamming SMS in Bangladesh Phone Numbers.
- Host: GitHub
- URL: https://github.com/anbuinfosec/bd-sms
- Owner: anbuinfosec
- License: mit
- Created: 2024-05-13T15:25:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-25T12:55:00.000Z (3 months ago)
- Last Synced: 2025-07-25T19:38:11.061Z (3 months ago)
- Topics: anbuinfosec, bd-sms, bdsms, bdsmsbomb, python, python-sms-bomber-bd, python3, sms-bomber, sms-bomber-bd, sms-spoofer
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📱 BD-SMS
A Python-based SMS bombing tool for **Bangladeshi mobile numbers** — intended strictly for testing and educational purposes.
---
## ⚠️ Disclaimer
- ❌ **Do not** use for spamming, harassment, or illegal activities.
- ⚖️ The developer is **not responsible** for any misuse.
- ✅ Always ensure **explicit permission** before targeting any phone number.
- 🧠 Misuse may result in IP bans or legal consequences — use responsibly.---
## ✅ Features
- 📞 Supports Bangladeshi numbers: `013`, `014`, `015`, `016`, `017`, `018`, `019`.
- 🔁 Sends SMS requests using public APIs (auto-updatable).
- 🔢 Custom thread count (up to 50 successful requests).
- 🕒 Configurable delay between requests.
- 🎭 Random User-Agent and payloads.
- 🧑💻 Interactive and command-line usage.
- 🌐 Auto-update API list with `--update`.---
## 📲 Install on Termux
```bash
pkg update -y
pkg upgrade -y
pkg install python git -y
git clone https://github.com/anbuinfosec/bd-sms.git
cd bd-sms
pip install -r requirements.txt
````---
## 🚀 Run the Tool
**Interactive Mode:**
```bash
python main.py
```**Command-Line Mode:**
```bash
python main.py --number 017XXXXXXXX --thread 20 --delay 1
```**Update APIs:**
```bash
python main.py --update
```---
## 📦 Python Requirements
* Python 3.7+
* Install dependencies manually:```bash
pip install requests fake-useragent
```---
## 👨💻 Author
* **Name:** Mohammad Alamin
* 🐙 GitHub: [@anbuinfosec](https://github.com/anbuinfosec)
* 💬 Telegram: [@anbuinfosec\_official](https://t.me/anbuinfosec_official)
* 📘 Facebook: [Mohammad Alamin](https://www.facebook.com/anbuinfosec)---
## ⭐ Support
If you find this tool useful:
* 🌟 Star the repo
* 🍴 Fork it
* 🔁 Share with ethical hackers---
**© 2025 anbuinfosec — All rights reserved.**