Skip to content

A SMS spammer which uses the Gmail API to send SMS through email

Notifications You must be signed in to change notification settings

aknuck/SMS-Spammer-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Sends SMS text messages from your computer, using the Gmail API. Designed to spam text messages to a phone, can set the number to be sent, the message and the delay.

created December 2013

Setup

You will need a throwaway/spam gmail account to send the text messages from. It is recommended that you don’t use your real email, as the email address will appear as part of the text message. I suggest you make the account address relevant to whatever you will be using the spammer for (ex: [email protected], [email protected], etc.)

Once you have created an account, open the config.py file. Put the account information in the marked places. It is just used in the config file to connect to the google API, and is not even referenced in the main file. If you want you can read the source for the spammer in the main file to see that it doesn’t read your password or send it anywhere. In the config file you can also set a default message. This will appear in the message box when you open up the spammer GUI. If you have a message that you use often, you don’t have to re-type it every time you want to use it, just add it in the config file.

Running

To run the spammer you will need to have Python 2.x installed with tkinter. When it starts up you will see a window asking for the target cell phone number, the cell phone carrier, the message, the number to send, and the delay. You can look up the carrier of a cell phone at www.carrierlookup.com if you don’t already know it. The delay should be set to 2 or above, but put a lower number at your own discretion. The other input fields should be self explanatory. Hit send and that’s it! Watch the progress bar as you spam your helpless target! Feel free to run multiple at once, or to run it again once it has finished. There is no need to restart the whole program.

supported carriers:

  • Verizon
  • AT&T
  • Sprint
  • T-Mobile
  • Boost
  • Comcast
  • Tracfone
  • Virgin Mobile
  • Telus Mobile
  • US Cellular
  • Rogers Wireless
  • Qwest
  • Orange
  • O2
  • Nextel
  • Metro PCS
  • Edge Wireless
  • Bellsouth
  • Ameritech
  • T-Mobile AU
  • Mtel
  • Globul
  • Aliant
  • Bell Mobility
  • Fido
  • MTS Mobility
  • Saskell Mobility
  • President's Choice
  • T-Mobile DE
  • Vodafone DE
  • O2 DE
  • E-Plus
  • OgVodafone
  • Siminn
  • Meteor
  • TIM
  • AU by KDDI
  • NTT DoCoMo
  • Orange NL
  • Vodacom ZA
  • Telefonica Movistar
  • Vodafone ES

Note: This program is for educational purposes only and I do not take responsibility for what you do with it.

About

A SMS spammer which uses the Gmail API to send SMS through email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages