Skip to content

Instantly share code, notes, and snippets.

@mhils
Created August 21, 2013 13:49
Show Gist options
  • Save mhils/6294669 to your computer and use it in GitHub Desktop.
Save mhils/6294669 to your computer and use it in GitHub Desktop.
from libmproxy import flow
with open("outfile","rb") as f:
fr = flow.FlowReader(f)
for i in fr.stream():
print i.request.host
print i._get_state()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment