The solution is to download the iosCertTrustManager tool, export the CA certificate from Burp or Charles and then install the tool.
- Download the iosTrustCertManager Python script from:
https://github.com/ADVTOOLS/ADVTrustStore - Get the CA certificate
- For Burp
- Go to Proxy -> Options -> CA certificate
- Export the certificate in DER format, and store it in some location
- Convert the certificate to pem format using OpenSSL:
openssl x509 -inform der -in ~/tmp/burpca.der -out ~/tmp/burpca.pem
- For Charles
- Download the CA certificate for Charles from this page under MAC OS X or IOS Devices or download directly form this link
- For Burp
- Run iosCertTrustManager:
python iosCertTrustManager.py -a ~/tmp/burpca.pem
Happy hacking!
Ingen kommentarer:
Send en kommentar
Bemærk! Kun medlemmer af denne blog kan sende kommentarer.