Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 1016 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 1016 Bytes

SMS & Email Bomber

A lightweight SMS & Email Bomber, made in Python.

Requirements

Python 2.7.6

A Text Editor

A Gmail account (Cock.li is no longer supported due to a complaint)

Usage

Run it. Use numbers to navigate.

Adding carriers

Carrier list can be found here; http://www.emailtextmessages.com/

Remove the 'phonenumber' part!

Let's say we were going to add Boost Mobile.

As you can see, the code is in numerical order. So, you'd go to line 61 and get to a new line, and type this:

if carrier == 10:
	carrier_attack = "@myboostmobile.com"

Notice how I changed the carrier number and the SMS gateway. As on the site, it was [email protected]. Remove that phone number part. The program puts the number you supply in.

You can do this as many times as you want! Add all of the carriers if you're feeling that ambitious. Hey, maybe you'd like to commit it to the file? Go for it!