Skip to content

NimaWasTaken/SMS-Bomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💣 SMS Bomber 💣

A freely available and open-source SMS bombing application tailored for use in Iran.

Caution

Before Proceeding with the SMS Bomber, Please Note the Following:

  • Active Internet Connection: Ensure that your device has an active internet connection to contact the required APIs.
  • No Charges for SMS: You will not be charged for any SMS dispatched as a consequence of using this script.
  • Python 3 and Latest Version: Always ensure that you are using the latest version of the SMS Bomber and have Python 3 installed on your system.
  • No Harmful Use: This application must not be used to cause harm, discomfort, or trouble to others. Respect the privacy and well-being of individuals.

✅ Installation

Clone the github repo

git clone https://github.com/NimaWasTaken/SMS-Bomber.git

Change Directory

cd SMS-Bomber

Use the package manager pip to install the requirements.

pip install -r requirements.txt

❓ Usage

To use the SMS bombing tool, you can run the main.py script with the appropriate command-line arguments. Here's an overview of the available options:

usage: main.py target [-h] [-c COUNT] [-t THREADS] [-v] [-x PROXY]

SMS Bombing Tool

positional arguments:
  target                         The target phone number (format: 09xxxxxxxxx)

optional arguments:
  -h, --help                     show this help message and exit
  -c COUNT, --count COUNT        Number of times to bomb the target phone number (default is 1)
  -t THREADS, --threads THREADS  Number of concurrent threads to use for bombing (default is 5)
  -v, --verbose                  Display additional information during the bombing process
  -x PROXY, --proxy PROXY        Set a proxy server for requests (http/https)

Example Usage

To bomb a phone number with default settings:

python main.py 09xxxxxxxxx

To specify the number of bombing times and threads:

python main.py 09xxxxxxxxx -c 10 -t 3

To enable verbose mode and set a proxy server:

python main.py 09xxxxxxxxx -v -x http://proxy.example.com:8080