cxdy
PHP Developer
- Jun 8, 2014
- 100
- 27
I made a Python SMS/Email bomber a while ago, updated it and made it nice.
Requires Python 2.7+
This will spam from [email protected]
Get the code here:
This uses US carriers, so if you need to add some, it's not difficult. You can find the emails for them here:
If you want to add a carrier, go to line 62 and paste
That adds Boost Mobile.
But then, you need to go up to line 41 and add
Then you'll be able to bomb people from Boost Mobile.
Enjoy!
I've been bombing the same number since like 3PM EST today, and it's sent over 1.5k messages. It all depends on your internet speed and your computer's CPU speed. I have Verizon DSL and an Intel i3. So, I'm very slow. But here's what it looks like, kinda.
Requires Python 2.7+
This will spam from [email protected]
Get the code here:
You must be registered for see links
This uses US carriers, so if you need to add some, it's not difficult. You can find the emails for them here:
You must be registered for see links
If you want to add a carrier, go to line 62 and paste
Code:
if carrier == 10:
carrier_attack = "@myboostmobile.com"
But then, you need to go up to line 41 and add
Code:
10. Boost Mobile
Then you'll be able to bomb people from Boost Mobile.
Enjoy!
I've been bombing the same number since like 3PM EST today, and it's sent over 1.5k messages. It all depends on your internet speed and your computer's CPU speed. I have Verizon DSL and an Intel i3. So, I'm very slow. But here's what it looks like, kinda.
Last edited: