Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mitmproxy url filter [closed]

I am using mitmproxy on Mac. I want to filter traffic by specifyc URL. The "intercept" function allows me to pause communication whenever filtered url is noticed. My question is - how can I filter traffic without pausing communication? I want it to continue to update without necessity to push "a" or "A".

like image 526
EdgarY Avatar asked Feb 06 '15 13:02

EdgarY


1 Answers

You can press f to show only flows that match your criteria.

See https://docs.mitmproxy.org/stable/concepts-filters/ for the full filter syntax.

like image 98
Maximilian Hils Avatar answered Sep 19 '22 08:09

Maximilian Hils