• Stars
    star
    196
  • Rank 197,800 (Top 4 %)
  • Language
    Java
  • Created about 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A very, very simple sms bomber written in python and now java. You can adjust the amount of texts sent, and the interval at which they are sent (if you want any). For educational purposes only.

John's Sms Bomber

A very, very simple sms bomber written in python and java. I realized that this repo was getting some decent traffic from google which means there are some non-devs finding this, so for this reason, I made the code even cleaner and easier to config. If you have no idea what to do with this, and were looking for a simple program with UI, well, you're going to want to google "how to run python on windows/mac"; However, Mac already comes with python. If you have a Mac, just download the .py file here to Desktop, open terminal and run cd Desktop then python JohnsTextBomber.py after you've edited the CONFIG of course

DESKTOP APPLICATION FOR N00BS

download: https://github.com/jdleo/SMS-BOMBER/releases/tag/v0.3-jar
you MUST have JRE installed (google it) for this to run. You MUST fill in all the fields appropriately. If you have an issue with the application, make a github account and file an issue on this repository, and Ill fix it. Thanks
(if you don't trust putting your email information, I even posted all the source code here. You can look through it if you know how to read java code, and see that there's no malicious intent. Read "important" header at the bottom of this README. same thing applies to the java version as well.

CONFIG

If you have no idea what an smtp server is, and you're not using gmail, check this link: https://www.arclab.com/en/kb/email/list-of-smtp-and-pop3-servers-mailserver-list.html

You'll notice that you need the target email address. Here is a cool website:
http://freecarrierlookup.com
Type in number, and it will resolve it to an mms email that you can paste in config

Important:

You must have support for "less secure apps" set to "turn on" on your Gmail. Here is the link to do so: https://www.google.com/settings/security/lesssecureapps

Have fun!

More Repositories

1

provably-fair-dice

provably-fair dice game in React+Semantic. not real money, just an integer value on a screen. proof of concept. demo: https://dice-demo.herokuapp.com
JavaScript
24
star
2

BustaBit-Data-Analysis

Python
14
star
3

go-blockchain

proof-of-concept blockchain in golang (w/ consensus algorithm, wallets, merkle trees, derived blocks, mining, etc)
Go
7
star
4

YouNow-Python-API

A clean YouNow API wrapped for python
Python
5
star
5

asking

open-source strawpoll alternative. dockerized as a stack w/ react frontend, express api, postgresql backend.
JavaScript
5
star
6

lite

a lightweight url shortener (with frontend + api) in pure react/js ready to be deployed out of the box with netlify. demo: https://lite.fyi
JavaScript
5
star
7

Learning-Kotlin

100 example programs in Kotlin with solutions
Kotlin
4
star
8

go-idgen

idgen is a cryptographically-secure, URL-safe by default, random ID generator as a Go package.
Go
3
star
9

React-Firebase-Chat-App

a simple chat app PoC powered by react, typescript, bootstrap, and firebase
TypeScript
3
star
10

jdleo

personal repo
1
star
11

blockfunding

Decentralized crowdfunding platform backed by Ethereum smart contracts. React + Next + Semantic for web stack.
JavaScript
1
star
12

namegen

Library for everything name-related
Python
1
star
13

moo

open-source daily mood tracker that uses iMessages data as input
1
star
14

Deno-Todo-Microservice

Todo App powered by Deno, Typescript, and React. All services bundled together in a Docker Swarm and communicating on an internal network.
TypeScript
1
star
15

personal

My personal website, in React
JavaScript
1
star
16

link-shortener

Link shortener built w/ React + MDL + Firebase. Heroku Ready. demo: http://sac.cx
JavaScript
1
star
17

MachineLearning

Some useful Machine Learning programs I made, and some research
Python
1
star
18

docker-java-springboot-postgres-api

boilerplate for dockerized springboot api + postgres deployed by docker-compose. simple to-do api, accompanied with workflows for github actions to build+test docker stack
Java
1
star