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