In the previous blog, I wrote about how to install SSH for ipad2. On the basis of the previous article, let's continue to play. This time, we try to install MSF in an evil way.
First install nano and APT 0.7 Strict from Cydia
Use apt-get to install a lot of MSF dependencies:
Apt-get install adv-cmds aptbasic-cmds bootstrap-cmds bzip2 class-dump coreutils developer-cmdsdiskdev-cmds file-cmds gawk gdb git gzip iokittools less make nano network-cmdsldid openssh rsync shell -cmds system-cmds com. ericasadun. utilities topuikittools findutils inetutils diffutils lsof subversion vim xar tar patchunrar unzip wget whois xml2 zip p7zip nmap python-y
Because MSF plug-ins are written in the Ruby language, you need to install Ruby environment-related things.
Here, I would like to mention that the Ruby environment should not be installed with a higher version, but only with a lower version. Otherwise, an error will be reported when MSF is running, and the Ruby environment should not be upgraded in the future.
Cd/private/var
Wget http://apt.saurik.com/cydia/debs/ruby_1.8.6-p111-5_iphoneos-arm.deb
Dpkg-I 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 rubygems_1.2.0-3_iphoneos-arm.deb
Svn https://www.metasploit.com/svn/framework3/trunk/ msf3/
Cd msf3
./Msfconsole
Is a successful installation interface, show off!
Both MSF and Nmap are installed in the iPad, and the evil road is ever more spacious... Over.
Author: Sunge