ENTRY

[ESC]
5mo101 words1 save

CHROME DEV TOOLS IN THE TERMINAL (Network Tab)

Ever wished you could see the Network Traffic from your browser in your terminal?

Check out Mitmproxy

https://www.mitmproxy.org/

Here's an inadequate setup guide:

  1. Install mitmproxy
  2. Run it!
  3. Pick a browser you don't care about (I used a Firefox variant) and point at the proxy: 127.0.0.1 port 8080
  4. Visit: http://mitm.it in your chosen browser
  5. Install the certificate
  6. Update the browser's proxy settings to include HTTPS (you may have done that in step 3, that's fine too).

Now browse away. All requests should pop up in your terminal. Amazing!!!

0 replies

Join the conversation