mitmproxy: lifting the veil on HTTPS communication - Ross Heflin
Ross Heflin - March 8th, 2018. When writing web frontends there's powerful tools for understanding backend calls made by a website (Network tab in Chrome, Firefox, Webkit'sm Dev Tools and HAR analyzers). These are (reasonably) great for figuring out what requests a browser is making to backend servers & what came back. When dealing with server-side code its somewhat harder to see all requests made to other systems in context of what requests came into the server-side api without instrumenting your code with lots of (often incomplete) logging. During the last 5 years, I've worked through many issues in various languages/frameworks and libraries, where the only common thread was (sometimes complex) communication with other systems over HTTP(S) by using mitmproxy. This talk will cover a variety of use cases, demonstrating some useful capabilities of this versatile tool with minimal (if any) changes to existing code regardless of source language, server-side framework, and HTTP client used. slides: https://www.dropbox.com/s/p2i4gcs8fh7f04h/mitmproxy-presentation.pdf?dl=0 Founded in 2003, Chicago Python User Group is one of the world's most active programming language special interest groups with over 1,000 active members and many more prestigious alumni. Our main focus is the Python Programming Language. ~~ Connect with us! ~~ chipymentor.org @ChicagoPython chipy.slack.com chipy.org
Download
0 formatsNo download links available.