Skip to content

Instantly share code, notes, and snippets.

@lathspell
lathspell / call.pl
Last active August 29, 2015 14:08 — forked from maximevalette/call.pl
#!/usr/bin/env perl
#
# Forked from https://gist.github.com/tupinek/6605090
#
use strict;
use warnings;
use Getopt::Long qw(:config posix_default bundling);
use Net::SIP;
#!/usr/bin/env python2
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select
#!/usr/bin/env python2
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select