Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active July 24, 2016 14:09
Show Gist options
  • Save githubutilities/be0cd2f2fe7a7ea1cd570158136720bc to your computer and use it in GitHub Desktop.
Save githubutilities/be0cd2f2fe7a7ea1cd570158136720bc to your computer and use it in GitHub Desktop.
iOS penetration test

Install Penetration Env

# install ruby
wget http://apt.saurik.com/cydia/debs/ruby_1.8.6-p111-5_iphoneos-arm.deb
wget http://apt.saurik.com/cydia/debs/rubygems_1.2.0-3_iphoneos-arm.deb

dpkg -i ruby_1.8.6-p111-5_iphoneos-arm.deb
dpkg -i rubygems_1.2.0-3_iphoneos-arm.deb

# or
apt-get install -y ruby

git clone git://github.com/rapid7/metasploit-framework

Utilities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment