Giter Site home page Giter Site logo

local-flask-forward-proxy's Introduction

Local Flask forward proxy

Local flask based forward proxy webapp. The flask app acts as a forward proxy allowing you to look into whatever data gets passed to a website working with upto http 1.1 .

Improvements need to be made for http2 based connections

run the application with

python local_flask_proxy_all.py

then access some url in your browser lets say you visit pagamesssddr

localhost:5000/pagamesssddr.com/login

you should see the login details captured in data_logs.txt

For this reason it is important that you use a trustable proxy service if you use one at all

local-flask-forward-proxy's People

Contributors

subratasarkar32 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

local-flask-forward-proxy's Issues

Great job,but some time not work

I try this to forward a docker request from local docker client to a remote docker engine such as : tcp://remote:2375,some simple command work,such as:
docker -H localhost ps
docker -H localhost version
but many complicated command don't,such as:
docker -H localhost exec container-name ls
it response nothing,the debug output looks like below:

image

If we directly access the remote Docker engine using the the command below,the response is ok:

docker -H remote exec container-name ls

I have no idea how to improve it,maybe you can help me,thank you very much!

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.