项目作者: Snekyy

项目描述 :
💣 📱 💀 Ultimate sms bomber
高级语言: Python
项目地址: git://github.com/Snekyy/bombila.git
创建时间: 2020-10-21T20:07:53Z
项目社区:https://github.com/Snekyy/bombila

开源协议:GNU General Public License v3.0

下载


:bomb: Bombila - Ultimate sms bomber :boom:

OS support
GitHub last commit
GitHub code size in bytes
GitHub

:scroll: Installation:

:penguin: Linux / :apple: Mac:

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

:shit: 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

:crossed_swords: 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:

  1. default_country_code = 7

:fire: Usage Examples

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