Skip to content

Instantly share code, notes, and snippets.

@Matool13
Matool13 / sqlmitm.py
Created September 22, 2016 04:56 — forked from anonymous/sqlmitm.py
from scapy.all import *
import unicodedata
import sys, getopt
import time, datetime
import argparse
import socket
import fcntl
import struct
import threading