Skip to content

Instantly share code, notes, and snippets.

#!/bin/env python
# yo dawg I heard you needed a proxy for your proxy
# this is a very slow proof of concept
import socketserver
import http.server
import urllib.request
#whatever localhost port we want to listen on
g_port = 9999