Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 31, 2013
1 parent 7af83ef commit 9b900b3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Once installed on a jailbroken device, iOS SSL Kill Switch patches low-level
SSL functions within the Secure Transport API, including _SSLSetSessionOption()_
and _SSLHandshake()_ in order to override and disable the system's default
certificate validation as well as any kind of custom certificate validation
(such as certificate pinning).
(such as certificate pinning).

It was successfully tested against the Twitter, Facebook, Square and Apple App
Store apps; all of them implement certificate pinning. iOS SSL Kill Switch was
Expand All @@ -25,9 +25,11 @@ http://nabla-c0d3.github.io/blog/2013/08/20/ios-ssl-kill-switch-v0-dot-5-release
Installation
------------

Users should first download the pre-compiled Debian package (tested on iOS 6.1):
http://nabla-c0d3.github.io/blog/2013/08/20/ios-ssl-kill-switch-v0-dot-5-released/
Users should first download the latest pre-compiled Debian package available in
the release section of the project page at:
https://github.com/iSECPartners/ios-ssl-kill-switch/releases

The tool was tested on iOS7 running on an iPhone 5S.

### Dependencies

Expand All @@ -39,7 +41,7 @@ sure the following packages are installed:

### How to install

Download and copy the Debian package to the device; install it:
Download and copy the Debian package to the device; install it:

dpkg -i <package>.deb

Expand All @@ -60,15 +62,15 @@ Finally, kill and restart the App you want to test.
Intercepting the App Store's traffic
------------------------------------

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


Build
-----

Most users should just download and install the Debian package.
The build requires the Theos suite to be installed;
The build requires the Theos suite to be installed;
see http://www.iphonedevwiki.net/index.php/Theos/Getting_Started .
You first have to create a symlink to your theos installation:

Expand Down

0 comments on commit 9b900b3

Please sign in to comment.