- Saved searches
- Use saved searches to filter your results more quickly
- hackerxphantom/X_BOMB
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- License
- SSLRI/smsbomber
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Saved searches
- Use saved searches to filter your results more quickly
- License
- alexbieber/RevengeBomber2.0
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Sms Bomber,Call Bomber,Mail Bomber.. 💣 💣
hackerxphantom/X_BOMB
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
WhatsApp Crash With one Message
Send Unlimited SMS,MAIL,CALL.
- The application requires active internet connection to contact the APIs
- You would not be charged for any SMS/calls dispatched as a consequence of this script
- For best performance, use single thread with considerable delay time Always ensure that you are using the latest version of X_BOMB
- This application must not be used to cause harm/discomfort/trouble to others By using this, you agree that you cannot hold the contributors responsible for any misuse
- We Are Not Responsible For Any Misuse.
To use the bomber type the following commands in Termux:
Commands to run tool in ur terminal
git clone https://github.com/XPH4N70M/X_BOMB
Commands to run tool in ur terminal
git clone https://github.com/XPH4N70M/X_BOMB
Commands to run tool in ur terminal
For Debian-based GNU/Linux distributions To use the application, type in the following commands in GNU/Linux terminal.
git clone https://github.com/XPH4N70M/X_BOMB
About
Sms Bomber,Call Bomber,Mail Bomber.. 💣 💣
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Clean, small and powerful SMS bomber script.
License
SSLRI/smsbomber
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
- Lots of integrated SMS APIs, and support for custom API configuration!
- Unlimited number of SMSs (with proxy support for huge bombs!).
- Faster and lighter than most SMS Bomber apps/scripts.
- International bombing available.
NOTE: Windows not supported as some of httpx ‘s http2 libraries can’t be installed on it.
# Install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Install Dependencies brew install git brew install python3 sudo easy_install pip sudo pip install --upgrade pip # Clone this repo git clone https://github.com/sslri/smsbomber.git # Move into working directory. cd smsbomber # Install the requirements. pip3 install -r requirements.txt
Open Termux and enter the following commands:
# Install Dependencies: pkg install git python -y # Clone this repo git clone https://github.com/sslri/smsbomber.git # Move into working directory. cd smsbomber # Install the requirements. pip3 install -r requirements.txt
Instructions for iOS/iPadOS(due to the way Apple devices handle ram usage it’s gonna be slow but it works :P)
Open iSH and enter the following commands:
# Install Dependencies: apk add git apk add python3 apk add py3-pip # Clone this repo git clone https://github.com/sslri/smsbomber.git # Move into working directory. cd smsbomber # Install the requirements. pip3 install -r requirements.txt
Instructions for Debian-based GNU/Linux distributions:
# Install Dependencies: sudo apt install git python3 python3-pip # Clone this repo git clone https://github.com/sslri/smsbomber.git # Move into working directory. cd smsbomber # Install the requirements. pip3 install -r requirements.txt
You can also read this via python3 bomber.py -h or python3 bomber.py —help
smsbomber - A clean, small and powerful SMS bomber script. Usage: bomber.py [--config-path/-c] [--num/-N] [--country/-C] [--threads/-T] [--timeout/-t] [--proxy/-P] [--verbose/-v] [--verify/-V] [-h/--help] TARGET Positional arguments: TARGET Target mobile number without country code. Optional arguments: --config-path, -c Path to API config file. (NOTE: the file must be in JSON format!) (default: 'api_config.json') --num, -N Number of SMSs to send to TARGET. (default: 30) --country, -C Country code without (+) sign. (default: 91) --threads, -T Max number of concurrent HTTP(s) requests. (default: 15) --timeout, -t Time (in seconds) to wait for an API request to complete. (default: 10) --proxy, -P Use proxy for bombing. (Recommended for large number of SMSs) --verbose, -v Enables verbose output, for debugging. --verify, -V To verify all providers are working or not. -h, --help Display this message. Use this for fun, not for revenge or bullying!
# The default - 25 threads, 50 SMSs, Country Code: +91 python3 bomber.py TARGET> # Custom SMS count and proxy. python3 bomber.py --num 1000 --proxy TARGET> python3 bomber.py -N 1000 -P TARGET> # Custom API config file and proxy. python3 bomber.py --config-path "./config.json" --proxy TARGET> python3 bomber.py -c "./config.json" -P TARGET> # Here's how you use all possible parameters to your taste. python3 bomber.py --proxy --num 500 --country 91 --timeout 20 TARGET> python3 bomber.py -p -N 500 -c 91 -T 30 -t 20 TARGET>
- Huge kudos to iMro0t for the original source code. Find it here.
- Thanks botallen for the recent fixes which have been merged from the original repo.
- SpeedX’s TBomb for some API’s used here.
- fonic for his awesome formatter for argparse . Check it out in this gist!
This project is licensed under the GNU General Public License v3.0
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
A Superfast SMS Bomber !. 🔴 🔴 🔴 🔴 NOW AVAILABLE FOR EVERY COUNTRY ! ENJOY 🔴 ✔
License
alexbieber/RevengeBomber2.0
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
- The script requires working network connection to work.
- No balance will be deducted for using this script to send SMS/calls.
- While doing infinite bombing use 2-3 seconds delay and 10 to 20 threads for maximum performance.
- Don’t put spaces in between phone number (Ex- 99999 99999)
- Make sure you are using the latest version of RevengeBomber2.0
- Make sure you are using Python3.
- sms bombing
- call bombing
- mail bombing
- whatsapp bombing
- Frequent updates
VIDEO TUTORIAL FOR KALI LINUX USERS—-
- apt update
- apt upgrade
- pkg install python
- pkg install python2
- pkg install git
- git clone https://github.com/AlexBieber/RevengeBomber2.0
- ls
- cd RevengeBomber2.0
- pip2 install -r requirements.txt
- chmod +x RevengeBomber2.0.sh
- ./RevengeBomber.sh Or bash RevengeBomber2.0.sh
- sudo apt install python
- sudo apt install python2
- sudo apt install git
- git clone https://github.com/AlexBieber/RevengeBomber2.0
- ls
- Now in root permission do
- cd RevengeBomber2.0
- pip install -r requirements.txt
- chmod +x RevengeBomber2.0.sh
- now open a new terminal again and without giving root permission
- cd RevengeBomber2.0
- ./RevengeBomber.sh Or bash RevengeBomber2.0.sh
- brew install git
- brew install python3
- sudo easy_install pip
- sudo pip install —upgrade pip
- git clone https://github.com/AlexBieber/RevengeBomber2.0
- cd RevengeBomber2.0
- chmod +x RevengeBomber2.0.sh
- bash RevengeBomber2.0.sh
This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases
DONATE YOUR MONEY FOR HELPLESS PEOPLE AROUND THE WORLD! LETS HELP THEM TOGETHER- LOVE YOU 3000 ❤ ❤ ❤ ❤
# Donate your money and it will inspire soo many people to live their life.