You are viewing our Forum Archives. To view or take place in current topics click here.

Was This TuT Easy?

Yes
0.00% (0 votes)
No
100.00% (2 votes)

Total Votes: 2

How to Install Metasploit, MySQL, and SET on iOS5 via iPhone
Posted:

How to Install Metasploit, MySQL, and SET on iOS5 via iPhonePosted:

HAMOXITY
  • Junior Member
Status: Offline
Joined: Nov 15, 201113Year Member
Posts: 67
Reputation Power: 2
Status: Offline
Joined: Nov 15, 201113Year Member
Posts: 67
Reputation Power: 2
!This Tutorial will ONLY show you how to Download and Install Metasploit, MySql, and SET for the iPhone/iPad running iOS 5.1.1

REQURIMENTS TO INSTALL

Mobile Terminal iDevice via Cydia

iFile iDevice via Cydia

OpenSSH iDevice via Cydia

aptitude iDevice via Cydia

Vi IMproved (vim) iDevice via Cydia

Core Utilities iDevice via Cydia

Core Utilities (/bin) iDevice via Cydia

wget iDevice via Cydia

PuTTy Windows via Terminal

In iFile create a folder in Mobile called pentest once created open it and make another folder called exploits. After each line hit return or enter, it may take a couple of minutes to finish just be patient and wait until you see /var/mobile/pentest/exploits root# and then enter the next line.
#NOTE# IF YOUR NOT FAMILIAR WITH ANY OF THESE NAMES OR WORDS THEN YOU SHOULDN'T TRY TO INSTALL THEM, THIS IS FOR PEOPLE THAT ARE ADVANCED IN PENETRATION TESTING AND WANT TO MOBILIZE THE TOOLS

Installing Metasploit and MySQL

Removing any existing versions of these packages

aptitude -y remove ruby rubygems iconv mysql mysqltoggle subversion pyobjc

Now install each code of line to /var/mobile/pentest/exploits

wget http://ininjas.com/repo/debs/lua_5.1.4-1_iphoneos-arm.deb
wget http://ininjas.com/repo/debs/libpcap_1.1.1-4-1_iphoneos-arm.deb
wget http://ininjas.com/repo/debs/nmap_5.51-2-1_iphoneos-arm.deb

wget http://ininjas.com/repo/debs/iconv_1.14-1_iphoneos-arm.deb
wget http://ininjas.com/repo/debs/zlib_1.2.3-1_iphoneos-arm.deb
wget http://ininjas.com/repo/debs/ruby_1.9.2-p180-1-1_iphoneos-arm.deb

wget http://ininjas.com/repo/debs/mysql_5.0.83-4-1_iphoneos-arm.deb
wget http://ininjas.com/repo/debs/mysqltoggle_1.0-1-1_iphoneos-arm.deb
wget http://downloads.metasploit.com/data/releases/archive/framework-3.5.2.tar.bz2

aptitude -y install inetutils
dpkg -i lua_5.1.4-1_iphoneos-arm.deb
dpkg -i libpcap_1.1.1-4-1_iphoneos-arm.deb

dpkg -i nmap_5.51-2-1_iphoneos-arm.deb
dpkg -i iconv_1.14-1_iphoneos-arm.deb
dpkg -i zlib_1.2.3-1_iphoneos-arm.deb

dpkg -i ruby_1.9.2-p180-1-1_iphoneos-arm.deb
dpkg -i mysql*
tar -jxf framework-3.5.2.tar.bz2


Installing S.E.T.

Now Install SET

aptitude -y install PyObjC
aptitude -y install subversion


Now install the code of line to /var/mobile/pentest/exploits

svn co http://svn.secmaniac.com/social_engineering_toolkit set/



-After Metasploit has finished running you will see a art work appear on your Terminal letting you know it has finished and ready to work-
If you are having any Problems with Installing Metasploit or have any concerns send me a message...
PLEASE LEAVE A THANK YOU AS THIS TOOK A WHILE TO MAKE


Last edited by HAMOXITY ; edited 5 times in total
#2. Posted:
JrMods
  • TTG Senior
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 1,433
Reputation Power: 79
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 1,433
Reputation Power: 79
how about telling us all what this "metasploit" is
#3. Posted:
Streamah
  • Summer 2020
Status: Offline
Joined: May 24, 201014Year Member
Posts: 10,103
Reputation Power: 3697
Status: Offline
Joined: May 24, 201014Year Member
Posts: 10,103
Reputation Power: 3697
Absinthe_Greenpois0n wrote how about telling us all what this "metasploit" is


Google is you're friend mistaah.

Metasploit helps IT security professionals identify security issues, verify vulnerability mitigations, and manage security assessments.

Google is my friend as well <3
#4. Posted:
JrMods
  • TTG Senior
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 1,433
Reputation Power: 79
Status: Offline
Joined: Jan 15, 201113Year Member
Posts: 1,433
Reputation Power: 79
Streamah wrote
Absinthe_Greenpois0n wrote how about telling us all what this "metasploit" is


Google is you're friend mistaah.

Metasploit helps IT security professionals identify security issues, verify vulnerability mitigations, and manage security assessments.

Google is my friend as well <3


thank you very much sir for the quick explanation. i knew google was my bud, but i just didnt feel like it
#5. Posted:
HAMOXITY
  • Junior Member
Status: Offline
Joined: Nov 15, 201113Year Member
Posts: 67
Reputation Power: 2
Status: Offline
Joined: Nov 15, 201113Year Member
Posts: 67
Reputation Power: 2
Updated installment with aptitude!
Updated with MySQL
#6. Posted:
Bountyhunter98
  • New Member
Status: Offline
Joined: Aug 12, 201212Year Member
Posts: 1
Reputation Power: 0
Status: Offline
Joined: Aug 12, 201212Year Member
Posts: 1
Reputation Power: 0
When you say install codes to var/mobile/pentest/exploits
do you mean in terminal or in an info.plist file in ifile? Plz explain the process of installing the codes to var/mobile/pentest/exploits
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.