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

cxdy/pybomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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 phonenumber@carrier.com. 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!

About

this sends emails and stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages