Skip to content

secabuser/IranSmsBomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Sms Bobmer ๐Ÿ‡ฎ๐Ÿ‡ท

Screenshot of Tool


Features

  • Fast
  • +130 Api
  • Show Results

Requirements

  • Python 3.x or later.
  • Required libraries:
    • requests
    • user_agent
    • colorama
    • pystyle

Install dependencies using:

pip install -r requirements.txt

How to Use

Linux

Step 1: Install Prerequisites

  1. Verify Python 3.x is installed:
    python3 --version
  2. If Python isnโ€™t installed, use the following commands to install:
    sudo apt update
    sudo apt install python3 python3-pip
  3. Install necessary libraries:
    pip3 install requests user_agent colorama pystyle

Step 2: Run the Script

Execute the script with Python:

python3 main.py

Step 3: Follow the Prompts

The script will ask for:

  1. Target phone number.
  2. Number of rounds to execute.
  3. Number of threads to use.
  4. Delay between rounds in seconds.

Step 4: View Results

After execution, results including success rates and elapsed time will be displayed in a clean, formatted table.


Windows

Step 1: Install Python

  1. Download Python from https://www.python.org/ and install it.
  2. During installation, ensure Add Python to PATH is selected.
  3. Verify installation by opening cmd and typing:
    python --version

Step 2: Install Required Libraries

  1. Open Command Prompt (cmd).
  2. Install libraries:
    pip install requests user_agent colorama pystyle

Step 3: Run the Script

Execute the script:

python main.py

Step 4: Follow the Prompts

Provide:

  1. Target phone number.
  2. Number of rounds to execute.
  3. Number of threads to use.
  4. Delay between rounds in seconds.

Step 5: View Results

The script displays results on-screen after execution.