Skip to content

Instantly share code, notes, and snippets.

View westphilm's full-sized avatar

westphilm

  • Berlin
View GitHub Profile
@westphilm
westphilm / port-forwarding-proxy.py
Last active May 27, 2022 20:53 — forked from darkwave/proxy.py
Python Port Forwarding Proxy Server to redirect HTTP-Requests to different host and/or port, with embedded authentication
#!/usr/bin/python
#
# PFP 1.0 =-
# Port Forwarding Proxy
#
# This is a port-forwarding proxy.
# It connects to another server:port and returns the received data.
# Useful for server-side redirects to local services or resources.
# So you can hide services from public access, but enable controlled
# access through the proxy.