Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 347 Bytes

Simple Proxy Server

This Python script sets up a basic proxy server using sockets and threading.

Update configuration in server.py

  • Set proxy host to your server's IP address or 0.0.0.0 for all interfaces.
  • By default, these scripts use port 8080 for communication
  • Modify remote ip and remote port to point to your Remote target server.