Skip to content

Instantly share code, notes, and snippets.

View vecna's full-sized avatar

Claudio Agosti vecna

View GitHub Profile
@fqrouter
fqrouter / janus.py
Created March 4, 2013 16:09
https://github.com/evilaliv3/janus implemented in python for android
import subprocess
import shlex
import atexit
import signal
import dpkt
import contextlib
import binascii
from scapy.all import *
LOGGER = logging.getLogger()