git clone https://github.com/Snekyy/bombila.git
cd ./bombila
pip3 install -r requirements.txt
- Download zip archive of repository - https://github.com/Snekyy/bombila/archive/master.zip
- Unzip this archive
- Open cmd and go to the directory of unziped archive
pip install -r requirements.txt
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
- 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