Open evandrix opened 4 years ago
re: https://github.com/Matchstic/ReProvision/issues/96#issuecomment-552290484, anyone can provide more details/some kind of resource/walkthrough, even partial on how to do that?
I've got Burp Suite/Charles/mitmproxy all not capturing my Apple ID signing in on Xcode on Mac OSX 10.15, probably cause of that SSL certificate pinning. Xcode just displays an error message about not being able to connect to the server
mitmproxy
I understand that you have to:
first disable SIP (done)
and patch amfid e.g. https://pvieito.com/2016/12/amfid-patching (code https://gist.github.com/pvieito/c0c9b8fd73255b57927b273d329c5800)
amfid
Thanks
re: https://github.com/Matchstic/ReProvision/issues/96#issuecomment-552290484, anyone can provide more details/some kind of resource/walkthrough, even partial on how to do that?
I've got Burp Suite/Charles/
mitmproxy
all not capturing my Apple ID signing in on Xcode on Mac OSX 10.15, probably cause of that SSL certificate pinning. Xcode just displays an error message about not being able to connect to the serverI understand that you have to:
first disable SIP (done)
and patch
amfid
e.g. https://pvieito.com/2016/12/amfid-patching (code https://gist.github.com/pvieito/c0c9b8fd73255b57927b273d329c5800)Thanks