Skip to content

Instantly share code, notes, and snippets.

View awaw's full-sized avatar

Armin Wolfermann awaw

View GitHub Profile
#!/usr/bin/python
import socket, ssl, select, time, re
from thread import start_new_thread
from struct import pack
TYPE_ENUM = 0
TYPE_STRING = 2
TYPE_BYTES = TYPE_STRING
def clean(s):