Git Product home page Git Product logo

http_proxy's Introduction

HTTPProxy

Python-based HTTP Server Proxy designed to bypass network managers that restrict or block services.

SET UP SERVER

On the server you can run:

sudo python HTTPProxy.py

The script will then ask you for you local (private) IP. After entering your IP, enter an open port for the server to run on (usually 80).

If you are using the proxy on your local network, make sure to set up port forwarding to the server port you set. This will make sure the router will forward any incoming packets to your device.

This is now a functioning network proxy on its own but is not able to bypass a network manager. Use the Client.py script on your local machine to allow this service.

SET UP CLIENT

Before you run this script, you must change the proxy_address to your servers IP address and local_port to any port you want, also change password if nececary. In my case, I needed a domain name in order to properly connect to my server inside the restricted network. This was because they block any connection to a direct IP address. After these steps, run the client with:

sudo python Client.py

Make sure to change you browser settings to connect to your local proxy (127.0.0.1 with the local port you chose).

FILE DESCRIPTIONS

The HTTPProxy.py file is the main proxy file for the server. This will recive requests and return the appropriate packets to sustian an HTTP connection.

The Client.py file is a packet editor that is used to bypass network security managers.

The CustomProxy.py file contains the proxy class used for the HTTPProxy.py and Client.py files.

http_proxy's People

Contributors

darthwilliam36 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.