Skip to content

Commit 9b900b3

Browse files
committed
Update README
1 parent 7af83ef commit 9b900b3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Once installed on a jailbroken device, iOS SSL Kill Switch patches low-level
1212
SSL functions within the Secure Transport API, including _SSLSetSessionOption()_
1313
and _SSLHandshake()_ in order to override and disable the system's default
1414
certificate validation as well as any kind of custom certificate validation
15-
(such as certificate pinning).
15+
(such as certificate pinning).
1616

1717
It was successfully tested against the Twitter, Facebook, Square and Apple App
1818
Store 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
2525
Installation
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.
6062
Intercepting the App Store's traffic
6163
------------------------------------
6264

63-
Additional instructions are available here:
65+
Additional instructions are available here:
6466
http://nabla-c0d3.github.io/blog/2013/08/20/intercepting-the-app-stores-traffic-on-ios/
6567

6668

6769
Build
6870
-----
6971

7072
Most 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;
7274
see http://www.iphonedevwiki.net/index.php/Theos/Getting_Started .
7375
You first have to create a symlink to your theos installation:
7476

0 commit comments

Comments
 (0)