Skip to content

Instantly share code, notes, and snippets.

@GregIngelmo
Last active August 29, 2015 14:00
Show Gist options
  • Save GregIngelmo/11266296 to your computer and use it in GitHub Desktop.
Save GregIngelmo/11266296 to your computer and use it in GitHub Desktop.
Mitmpoxy Notes

Mitmproxy

Type l and paste the following filter. It will remove all html specfic elements from a capture session.

!(~ts "application/javascript") !(~ts "text/javascript") !(~ts "text/css") !(~ts "image/*") !(~ts "application/vnd.google.safebrowsing-*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment