How can I search in a saved flow?

Hi,

I’ve saved a flow using .mitmdump -w outfile and now I want to search for invalid post requests that have got 400. How can I do that?

I’ve reopened the flow with mitmproxy -nr outfile, but I can’t use the / command like would be less and I couldn’t find a way another command for searching.

Thanks,
Tiziano

Hi @TizianoPerrucci,

Sorry for the late response. You can specify a view filter (this feature is called “limit” in mitmproxy 0.17 and before), like this:

~m POST & ~c 400