-
Metasploit n900
Im trying to install metasploit on my n900 and i followed these instructions to the letter but when i start metaploit i am faced with this error any ideas how to solve this or whats gone wrong ...
Code:
home/user/MyDocs # ruby1.8 /home/user/msf3/msfconsole -L
[-] ***
[-] * WARNING: No database support: LoadError no such file to load -- rubygems
[-] ***
____________
< metasploit >
------------
\ ,__,
\ (oo)____
(__) )\
||--|| *
=[ metasploit v3.3.4-dev [core:3.3 api:1.0]
+ -- --=[ 492 exploits - 0 auxiliary
+ -- --=[ 192 payloads - 23 encoders - 8 nops
msf >
after reinstalling the ruby gems i am now faced with this error
Code:
WARNING: No database support: LoadError no such file to load -- active_record
is this never ending now i have this error any one have any ideas at all ??
Code:
ARNING: No database support: RuntimeError ruby lib version (1.8.5) doesn't match executable version (1.8.7)
what am i missing ere
many thanks
-
Re: Metasploit n900
You may want to check out the n900 image that the pwnie express guys have published: http://www.pwnieexpress.com/pwn_phone.html
-
Re: Metasploit n900
From the error, seems rubygems is missing. I would suggest you follow up the tutorial on hxxp://www.knownokia.ca/2010/01/metasploit-on-n900.html . I managed to install metasploit and other pentesting tools on the n900 but they were not as seamless. Updating metasploit on the n900 via svn was a problem because you have to look for a debian image to chroot into and perform the update. I would recomend you try the pwnimage from pwine express. It really rocks. You can see some tools it has come with on the pwine site hxxp://www.pwnieexpress.com/pwn_phone.html and also I have some few screenshots on my blog on the pwnimage .hxxp://netsecuritystuff.wordpress.com/2011/07/07/to-pwn-or-not-to-pwn/. I have had no issues with it so far.
-
Re: Metasploit n900
Finally solved the issue its been ages but got there in the end , heres how for anybody
i install ruby gems from source , then latest metasploit fromwork .
Code:
apt-get install ruby1.8 irb1.8 rdoc1.8 libopenssl-ruby1.8 subversion
then it works a treat apart from being out of date ...
http://img291.imageshack.us/img291/2...0317365.th.png
tried svn update and i get segmentation fault ...
cheers