@@ -12,7 +12,7 @@ Once installed on a jailbroken device, iOS SSL Kill Switch patches low-level
1212SSL functions within the Secure Transport API, including _ SSLSetSessionOption()_
1313and _ SSLHandshake()_ in order to override and disable the system's default
1414certificate validation as well as any kind of custom certificate validation
15- (such as certificate pinning).
15+ (such as certificate pinning).
1616
1717It was successfully tested against the Twitter, Facebook, Square and Apple App
1818Store apps; all of them implement certificate pinning. iOS SSL Kill Switch was
@@ -25,9 +25,11 @@ http://nabla-c0d3.github.io/blog/2013/08/20/ios-ssl-kill-switch-v0-dot-5-release
2525Installation
2626------------
2727
28- Users should first download the pre-compiled Debian package (tested on iOS 6.1):
29- http://nabla-c0d3.github.io/blog/2013/08/20/ios-ssl-kill-switch-v0-dot-5-released/
28+ Users should first download the latest pre-compiled Debian package available in
29+ the release section of the project page at:
30+ https://github.com/iSECPartners/ios-ssl-kill-switch/releases
3031
32+ The tool was tested on iOS7 running on an iPhone 5S.
3133
3234### Dependencies
3335
@@ -39,7 +41,7 @@ sure the following packages are installed:
3941
4042### How to install
4143
42- Download and copy the Debian package to the device; install it:
44+ Download and copy the Debian package to the device; install it:
4345
4446 dpkg -i <package>.deb
4547
@@ -60,15 +62,15 @@ Finally, kill and restart the App you want to test.
6062Intercepting the App Store's traffic
6163------------------------------------
6264
63- Additional instructions are available here:
65+ Additional instructions are available here:
6466http://nabla-c0d3.github.io/blog/2013/08/20/intercepting-the-app-stores-traffic-on-ios/
6567
6668
6769Build
6870-----
6971
7072Most users should just download and install the Debian package.
71- The build requires the Theos suite to be installed;
73+ The build requires the Theos suite to be installed;
7274see http://www.iphonedevwiki.net/index.php/Theos/Getting_Started .
7375You first have to create a symlink to your theos installation:
7476
0 commit comments