Skip to content

NINAnor/smash-hotfix

Repository files navigation

SMASH hotfix issue 279

Use mitmproxy to intercept SMASH requests and fix them. See SMASH issue #279.

Usage

Without Docker

mitmdump --mode reverse:http://gss:8080 --listen-port=8000 -s src/fix-form.py

Docker

docker run --rm -p 8000 ghcr.io/ninanor/smash-hotfix:main \
    mitmdump --mode reverse:http://gss:8080 --listen-port=8000 -s /addons/fix-form.py