Mitmproxy url filter [closed]
Asked Answered
I

1

12

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".

Industrials answered 6/2, 2015 at 13:58 Comment(1)
Stack Overflow is for programming questions; this probably belongs on Super UserWachtel
R
26

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.

Resting answered 6/2, 2015 at 21:22 Comment(1)
Hi Maximilian! Is it possible to use --ignore-hosts or --view-filter with multiple domains ?Tatia

© 2022 - 2024 — McMap. All rights reserved.