#!/usr/bin/env python3 from mitmproxy import flowfilter print("") for i in flowfilter.help: print("" % i) print("
%s%s
")