Skip to content

Instantly share code, notes, and snippets.

View Foxboron's full-sized avatar
🖥️
Meandering through cyberspace

Morten Linderud Foxboron

🖥️
Meandering through cyberspace
View GitHub Profile
@Foxboron
Foxboron / smsbomber.py
Created April 12, 2012 15:32
SMS-Spammer
import urllib, urllib2
import threading
'''
'''
def main(nummer, text, n):
user_agent = 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.151 Safari/535.19'
### Keybase proof
I hereby claim:
* I am Foxboron on github.
* I am fox (https://keybase.io/fox) on keybase.
* I have a public key whose fingerprint is C100 3466 7663 4E80 C940 FB9E 9C02 FF41 9FEC BE16
To claim this, I am signing this object:
### Keybase proof
I hereby claim:
* I am Foxboron on github.
* I am fox (https://keybase.io/fox) on keybase.
* I have a public key whose fingerprint is CDC1 F0D2 CE5F BB1D 8FC5 A660 7B00 1AE2 70CF B413
To claim this, I am signing this object:
'''
Define functions inside functions,
recompile the correct function matching the
arg count and hand it back.
'''
from types import FunctionType
class Multi(object):
def __init__(self, fn):