NeWOT Posted May 19, 2020 Share Posted May 19, 2020 (edited) Is there a way to intercept SSL of running program on mac? And if not, how can I patch the program to intercept it? Edit I searched but didn't find any valuable information about that topic Edited May 19, 2020 by NeWOT Link to comment Share on other sites More sharing options...
0xNOP Posted May 20, 2020 Share Posted May 20, 2020 4 hours ago, NeWOT said: Is there a way to intercept SSL of running program on mac? And if not, how can I patch the program to intercept it? Edit I searched but didn't find any valuable information about that topic Quote HTTP/HTTPS Traffic Recording Debug issues in customer environments by recording https traffic with a lightweight companion tool “Fiddler Cap”. Small footprint ideal to quickly record and share web traffic in customer and production environments. https://www.telerik.com/fiddler Link to comment Share on other sites More sharing options...
NeWOT Posted May 20, 2020 Author Share Posted May 20, 2020 (edited) 1 hour ago, 0xNOP said: https://www.telerik.com/fiddler OK that works except App Store and probably other programs I haven't tested! Edited May 20, 2020 by NeWOT Link to comment Share on other sites More sharing options...
Progman Posted May 20, 2020 Share Posted May 20, 2020 Wireshark for Mac would work here but it's a bit lower level sniffing raw packets. It can decrypt SSL and TLS connections though if configured. Link to comment Share on other sites More sharing options...
NeWOT Posted May 20, 2020 Author Share Posted May 20, 2020 1 hour ago, Progman said: Wireshark for Mac would work here but it's a bit lower level sniffing raw packets. It can decrypt SSL and TLS connections though if configured. How can I configure it to decrypt SSL/TLS? Does it bypass SSL pinning? Link to comment Share on other sites More sharing options...
Progman Posted May 20, 2020 Share Posted May 20, 2020 I dont think SSL pinning is an issue. But do see here: https://wiki.wireshark.org/TLS Link to comment Share on other sites More sharing options...
NeWOT Posted June 6, 2020 Author Share Posted June 6, 2020 I tried Burp suite but I'm getting an Unknown Error -536870212 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now