This is a Python based SMS Bomber created for demonstrating how automated message sending works. This project can help users understand concepts such as request handling and rate limiting in real world scenarios. 🚀
🚨 DISCLAIMER: This project is intended for educational and ethical testing purposes only. Do not use this tool to harass, spam, or target individuals or services. Misuse of this software may violate local laws and platform terms of service. The developers take no responsibility for any misuse.
Feature | Description |
---|---|
📨 Send multiple SMS messages | Send SMS in bulk quickly |
⏱️ Customizable delay | Set delay time between messages |
🔁 Configurable message count | Choose how many messages to send |
🧪 Streamlit-based GUI | User-friendly interface built with Streamlit |
📊 Real-time status updates | Shows sending progress live in the UI |
🚀 Lightweight & fast | Minimal dependencies, quick execution |
Technology | Description |
---|---|
🐍 Python | Core programming language |
🎨 Streamlit | Interactive web app framework for UI |
🌐 urllib | Manages HTTP requests for sending SMS |
⏱️ time | Handles delays between messages |
git clone https://github.com/KrishBharadwaj5678/SMSX.git
cd SMSX
pip install -r requirements.txt
streamlit run app.py
- This tool is NOT intended for illegal or malicious activity.
- Use only on numbers you own or have explicit permission to test.
- Violating terms of service may result in your IP being banned or legal action.
Contributions are welcome!
-
🍴 Fork the repository
-
📥 Clone your fork:
git clone https://github.com/KrishBharadwaj5678/SMSX.git
-
🌿 Create a new branch:
git checkout -b feature-name
-
✍️ Make your changes:
git commit -m "Add feature or fix description"
-
📤 Push to your branch:
git push origin feature-name
-
🔃 Open a Pull Request.