Leakoo
oalabs from patreon
oalabs patreon

Intercepting HTTP Traffic With The Debugger

🕑 Added 2024-09-26 00:44:39 +0000 UTC
Intercepting HTTP Traffic With The Debugger

Comments

OALABS

It is not possible to decrypt the traffic if you are only capturing it, but with some modifications on the VM you can make it possible. The two approaches are to either dump the TLS master secret from the process (this is a good overview https://github.com/cuckoosandbox/cuckoo/issues/2103) or you need to install your own certificate in the store on the host and man-in-the-middle the traffic. Any MITM proxy will have instructions for this, for example https://github.com/mitmproxy

cyberw01f

Using this technique, it appears we would see the TLS traffic in an unencrypted state which id very handy. If I was only capturing traffic with a network based capture, I would need some additional steps to see the same traffic in an unencrypted state. Awesome walk through, thanks!!


More Creators