Python packet sniffing & decrypting on secure sockets with Fiddler

Arguably the most sensible library for performing web requests over HTTP/HTTPS in python is requests. Once you have installed it, there’s minimal faff in getting basic pages to load and there’s the option to get your hands dirty if you’re that way inclined. My use case was building a screenscraper (or more specifically a web scraper), that … Continue reading Python packet sniffing & decrypting on secure sockets with Fiddler