diff options
author | Ben Burwell <ben@benburwell.com> | 2021-05-14 15:16:45 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2021-05-14 15:16:45 -0400 |
commit | c845403fd4be2b719364f98ee4be9e82a39639e1 (patch) | |
tree | 325999b026de97399cd00d327e755651a1fe8f2a /_posts | |
parent | 0e05aeedf18d45dff25e5e135b99f32df8da0bd5 (diff) |
Add link from mitmproxy post to wireshark post
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2021-05-06-debugging-http-services-with-mitmproxy.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md b/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md index 8c5d7c9..c4e26f8 100644 --- a/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md +++ b/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md @@ -83,8 +83,10 @@ using a TLS key log file, but this usually involves making somewhat non-trivial modifications to the program you're working with. It's not _very_ complicated or difficult, and it's a technique I've used a few times, but mitmproxy is usually quicker and easier for me. I plan to write a post about this topic in the -future, so stay tuned! +future, so stay tuned! _(Update: see [my post about decrypting TLS in +Wireshark][wireshark-tls])_ [mitmproxy]: https://mitmproxy.org/ [honey badger]: https://youtu.be/4r7wHMg5Yjg [certs]: https://docs.mitmproxy.org/stable/concepts-certificates/ +[wireshark-tls]: ../intercepting-golang-tls-with-wireshark/ |