💣 📱 💀 Ultimate sms bomber
git clone https://github.com/Snekyy/bombila.git
cd ./bombila
pip3 install -r requirements.txt
pip install -r requirements.txt
bombila.py [-h/—help] [-c/—country
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
python3 bombila.py
python3 bombila.py -c 7 -p 9877771122 -t 20
python3 bombila.py -c 322 -p 9877771122 -t 228 --threads 1337 -T 2