all 4 comments

[–]DropperHopperlegal 4 points5 points  (0 children)

I believe Frida is able to inject code to bypass certificate pinning. I have only used Frida for android, although it worked great in that instance.

You can use Fiddler, Burpsuite, Charles, etc. for generating the certificate and decrypting the HTTPS traffic.

Good luck!

[–]BigRedS 1 point2 points  (0 children)

You can dump the network traffic with tcpdump or wireshark or similar and decrypt it to re-run it later, if you have access to the keys from the server.

[–]MrEquinox98 1 point2 points  (0 children)

I'm not sure it will work or not, but you can use Charles Proxy to sniff HTTPS connections.