Skip to content

Snekyy/bombila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’£ Bombila - Ultimate sms bomber πŸ’₯

OS support GitHub last commit GitHub code size in bytes GitHub

πŸ“œ Installation:

🐧 Linux / 🍎 Mac:

git clone https://github.com/Snekyy/bombila.git
cd ./bombila
pip3 install -r requirements.txt

πŸ’© Windows:

  1. Download zip archive of repository - https://github.com/Snekyy/bombila/archive/master.zip
  2. Unzip this archive
  3. Open cmd and go to the directory of unziped archive
  4. pip install -r requirements.txt

βš”οΈ Usage:

bombila.py [-h/--help] [-c/--country ] [-p/--phone ] [-t/--time ] [--threads ] [-T/--timeout ]

optional arguments:
-h, --help show this help message and exit
-c, --country country code without (+) sign
-p, --phone target's phone number without country code
-t, --time bombing time in seconds
--threads bomber's threads count, (default: 50)
-T, --timeout request's timeout, (default: 3)

To skip -c, --country argv you can set default country code in config file - ./conf/config.py
Change value of "default_country_code" to your country code like that:

default_country_code = 7

πŸ”₯ Usage Examples

  • Running without args(you will get some questions later):
python3 bombila.py
  • Running with minimal amount of args to run without questions:
python3 bombila.py -c 7 -p 9877771122 -t 20
  • 🩸 Use all possible arguments:
python3 bombila.py -c 322 -p 9877771122 -t 228 --threads 1337 -T 2