All Projects → AvinashReddy3108 → Yetanothersmsbomber

AvinashReddy3108 / Yetanothersmsbomber

Licence: gpl-3.0
Clean, small and powerful SMS bomber script.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Yetanothersmsbomber

Esp8266 beaconspam
Creates up to a thousand WiFi access points with custom SSIDs.
Stars: ✭ 575 (+283.33%)
Mutual labels:  spam
Postfwd Anti Geoip Spam Plugin
Postfwd plugin for blocking international spam botnets based on geographical location of IP addresses used to login to postfix via sasl.
Stars: ✭ 40 (-73.33%)
Mutual labels:  spam
Wifi Spam
✉️📡 Spam thousands of WiFi access points with custom SSIDs
Stars: ✭ 92 (-38.67%)
Mutual labels:  spam
Laravel Honeypot
Preventing spam submitted through forms
Stars: ✭ 728 (+385.33%)
Mutual labels:  spam
Isometriksspambundle
Symfony3 Form Spam Protection
Stars: ✭ 38 (-74.67%)
Mutual labels:  spam
Webwhatsappbot
Core to automatize whatsapp - working 11/2018
Stars: ✭ 59 (-60.67%)
Mutual labels:  spam
Artificial Adversary
🗣️ Tool to generate adversarial text examples and test machine learning models against them
Stars: ✭ 348 (+132%)
Mutual labels:  spam
Block
Let's make an annoyance free, better open internet, altogether!
Stars: ✭ 1,849 (+1132.67%)
Mutual labels:  spam
Akismet Api
Nodejs bindings to the Akismet (https://akismet.com) spam detection service
Stars: ✭ 40 (-73.33%)
Mutual labels:  spam
Sms Bomber
A very, very simple sms bomber written in python and now java. You can adjust the amount of texts sent, and the interval at which they are sent (if you want any). For educational purposes only.
Stars: ✭ 91 (-39.33%)
Mutual labels:  spam
Pydnsbl
Async dnsbl spam lists checker based on asyncio/aiodns.
Stars: ✭ 18 (-88%)
Mutual labels:  spam
Emailobfuscator
Verschlüsselung von E-Mailadressen zum Schutz vor Spam
Stars: ✭ 34 (-77.33%)
Mutual labels:  spam
Sisyphus
Intelligent Junk Mail Handler
Stars: ✭ 76 (-49.33%)
Mutual labels:  spam
Bombers
SMS/Email/Whatsapp/Twitter/Instagram bombers Collection 💣💣💣 💥
Stars: ✭ 647 (+331.33%)
Mutual labels:  spam
Jamspymer
SMS, Call, Mail, Telegram бомбер с открытым исходным кодом
Stars: ✭ 95 (-36.67%)
Mutual labels:  spam
Smokedetector
Headless chatbot that detects spam and posts links to it to chatrooms for quick deletion.
Stars: ✭ 380 (+153.33%)
Mutual labels:  spam
Wordpress Zero Spam
The WordPress Zero Spam plugin makes blocking spam a cinch without all the bloated options. Just install, activate, and say goodbye to spam.
Stars: ✭ 56 (-62.67%)
Mutual labels:  spam
Bdreborn
An administration bot based on ➣ https://valtman.name/telegram-cli :)
Stars: ✭ 144 (-4%)
Mutual labels:  spam
Bomb3r
SMS bomb3r | Made with ❤ in IN.
Stars: ✭ 113 (-24.67%)
Mutual labels:  spam
Tbomb
This is a SMS And Call Bomber For Linux And Termux
Stars: ✭ 1,287 (+758%)
Mutual labels:  spam

Explosion!!

Features

  • 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.

Requirements

  • Python 3.6+ on MacOS, Android (Termux), Linux, or iOS (iSH)

NOTE: Windows not supported as some of httpx's http2 libraries can't be installed on it.

Instructions for MacOS

# 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/AvinashReddy3108/YetAnotherSMSBomber.git

# Move into working directory.
cd YetAnotherSMSBomber

# Install the requirements.
pip3 install -r requirements.txt

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.txt

Instructions for iOS/iPadOS(due to the way Apple devices handle ram usage it's gonna be slow but it works :P)

Download iSH from here

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/AvinashReddy3108/YetAnotherSMSBomber.git

# Move into working directory.
cd YetAnotherSMSBomber

# 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/AvinashReddy3108/YetAnotherSMSBomber.git

# Move into working directory.
cd YetAnotherSMSBomber

# Install the requirements.
pip3 install -r requirements.txt

Options

You can also read this via python3 bomber.py -h or python3 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>

Credits and Thanks

  • 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!

License

This project is licensed under the GNU General Public License v3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].