Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
##
## netscreen/jnpr ssl vpn connection magic
## oogali@idlepattern.com / @oogali
##
## i wrote this about a year ago (2009), when i had continuous access
## to a jnpr ssl vpn box and had to connect via it.
##
## if bits of this script are broken, i'll be glad to fix if someone
## gives me client access to a ssl vpn box to test against.
@c3c
c3c / SimpleHTTPServerWithUpload.py
Last active July 7, 2016 16:54 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload and allowing to bind different addresses
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""