v1.2.1
new
- Add the
--quietflag to the Android and iOS sslpinning disable commands to reduce terminal output during usage. - Improve the iOS SSL pinning by hooking more functions such as
SecTrustEvaluate,-[AFSecurityPolicy setSSLPinningMode:]and-[AFSecurityPolicy setAllowInvalidCertificates:].
fixes
- Add the
--ignore-ios10-tls-helperflag to theios sslpinning disablecommand as there were some cases wheretls_helper_create_peer_trustwould break TLS connections in general.