├── Dockerfile ├── README.md ├── app.py ├── server.py └── werkzeug-pin-bypass.py /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdahlenburg/werkzeug-debug-console-bypass/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdahlenburg/werkzeug-debug-console-bypass/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdahlenburg/werkzeug-debug-console-bypass/HEAD/app.py -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdahlenburg/werkzeug-debug-console-bypass/HEAD/server.py -------------------------------------------------------------------------------- /werkzeug-pin-bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wdahlenburg/werkzeug-debug-console-bypass/HEAD/werkzeug-pin-bypass.py --------------------------------------------------------------------------------