Skip to content

Debugging

Ohpe edited this page Nov 28, 2020 · 2 revisions

MiTM Muraena

Extra support for debugging the proxy. If HTTP_PROXY or HTTPS_PROXY env variables are defined, all the proxy traffic will be forwarded to the defined proxy if -debug switch is set.

sudo -E http_proxy=127.0.0.1:8080 ./muraena -debug true -config yourconfig.toml

This is extremely useful to identify if there are any errors in the communications between Muraena and the victim site.

Also useful to verify if Muraena is effectively transparent or it is backdooring your traffic, which obviously it is not the case, but you test it!

Clone this wiki locally