Warning
This tool is intended for educational and authorized testing purposes only. Using this software to harass, spam, or attack individuals without explicit consent is illegal and unethical. The developer assumes no liability for any misuse or damage caused by this program. By using this code, you agree to comply with all applicable laws.
XBomber is a lightweight Python script designed to test the resilience of SMS gateways by sending a high volume of messages. It is optimized for the Termux environment on Android, providing a portable solution for security researchers and penetration testers.
Before installing XBomber, ensure your environment meets the following requirements:
- Termux App (Recommended: Install from F-Droid)
- Python 3.x
You can install XBomber using either of the following methods:
1. Update Packages & Install Python
pkg update && pkg upgrade -y
pkg install python -y2. Clone the Repository
git clone https://github.com/Anon4You/XBomber.git3. Navigate to Directory & Install Dependencies
cd XBomber
pip install -r requirements.txt4. Set Permissions
chmod +x xbomber.pyNote
Make sure you have the Termux Void Repo added to your sources before proceeding.
apt install xbomber -yTo launch the script, run the following command in your terminal:
python xbomber.pyNote
Always ensure compliance with local laws and regulations when using tools like this. Misuse can lead to severe legal consequences.
This project is licensed under the MIT License. See the LICENSE file for full details.
Developed by Anon4You
