Skip to content

Commit

Permalink
Release v0.3 and add a new location to download the Debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 20, 2012
1 parent b6bc3de commit 7782443
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
iOS SSL Kill Switch
===================

MobileSubstrate extension to disable certificate validation within
NSURLConnection in order to facilitate black-box testing of iOS Apps.

Blackbox tool to disable SSL certificate validation - including certificate
pinning - within iOS Apps

Description
-----------
Expand All @@ -19,12 +18,13 @@ certificate pinning.
Installation
------------

iOS SSL Kill Switch was tested on iOS 4.3 or 5.1. A jailbroken device
is required.
Most users should download the pre-compiled Debian package available at:
https://www.dropbox.com/sh/5bbfvf3ux713gn2/JV7Ul6Goyj

### Dependencies

Using Cydia make sure the following packages are installed:
iOS SSL Kill Switch was tested on iOS 4.3 or 5.1. A jailbroken device
is required. Using Cydia make sure the following packages are installed:
- dpkg
- MobileSubstrate
- PreferenceLoader
Expand All @@ -49,17 +49,17 @@ Finally, start / restart the App you want to test.
dpkg -r com.isecpartners.nabla.sslkillswitch


Building
--------
Build
-----

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

ln -s /opt/theos/ theos

Then the package can be built using:
Then, the package can be built using:

make package

Expand Down

0 comments on commit 7782443

Please sign in to comment.