Wubi Posted September 20, 2012 Report Share Posted September 20, 2012 With the recent Absinthe Jailbreak which opens up firmware 5.1.1 to Cydia, we once again tried to get Metasploit running on these iBabies. After a bit of fiddling around with various ruby package versions, its seems like the following combination works well with the latest version of Metasploit 4.4.0-dev (as of May 2012). Of course, you need a jailbroken iPhone or iPad, with apt, OpenSSH server and a SSH client, such as iSSH. Once you are SSH’ed to your iPhone / iPad, run the following commands:# Install basic toolsapt-get updateapt-get dist-upgradeapt-get install wget subversion# Download correct version of ruby and dependencieswget http://ininjas.com/repo/debs/ruby_1.9.2-p180-1-1_iphoneos-arm.debwget http://ininjas.com/repo/debs/iconv_1.14-1_iphoneos-arm.debwget http://ininjas.com/repo/debs/zlib_1.2.3-1_iphoneos-arm.deb# Install themdpkg -i iconv_1.14-1_iphoneos-arm.debdpkg -i zlib_1.2.3-1_iphoneos-arm.debdpkg -i ruby_1.9.2-p180-1-1_iphoneos-arm.deb# Delete themrm -rf *.deb# Go into /private var and svn checkout the msf trunk.# Don't download the MSF tar.gz due to svn client versioning issuescd /private/varsvn co https://www.metasploit.com/svn/framework3/trunk/ msf3cd msf3/# Check that Metasploit is runningruby msfconsoleAs no blog post is complete without a reverse shell screenshot, here’s a popped shell from the iPhone:Sursa Offensive Security Quote Link to comment Share on other sites More sharing options...
Andrei.Bratosin Posted August 7, 2015 Report Share Posted August 7, 2015 Sal. Stii ce se intamplat cu repourile de la iNinja?Ai cumva cont la ei pe site? Quote Link to comment Share on other sites More sharing options...