Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Display Mitmproxy's Events Log on Linux

Mimtproxy docs only talks about how to increase events log verbosity, and on Linux I can't seem to find the mentioned log file either in ~/.mitmproxy nor in the standard /var/log folders.

Is there a way to access the mitmproxy's event log file ?

like image 932
programmersn Avatar asked Aug 14 '18 08:08

programmersn


2 Answers

The eventlog can be viewed by pressing E (Shift+E) when in mitmproxy.

like image 57
Sjoerd Avatar answered Nov 12 '22 16:11

Sjoerd


Okey finally I just found out the solution myself ...
From the mitmproxy console, type :console.view.eventlog

Turned out to be pretty easy, but I still think that such information should have been provided either on linux manual pages of mitmproxy or on its docs website, by the way.

like image 26
programmersn Avatar answered Nov 12 '22 16:11

programmersn