Active Topics

 


Reply
Thread Tools
Posts: 77 | Thanked: 93 times | Joined on Aug 2011
#91
n900 can run metasploit 4.5 in 3minutes.
 
Posts: 5 | Thanked: 2 times | Joined on Apr 2013
#92
Originally Posted by dzano View Post
it's ok..it took me like 10-15 minutes
Thank you dzano, now my msf its working, it took me around 8 or 10 minutes.

Social Engineering Toolkit its working too, its so fast then msf. Try it, its my favorite.

Greetings from México.
 

The Following User Says Thank You to orlandohc For This Useful Post:
Posts: 226 | Thanked: 270 times | Joined on Apr 2012 @ Bosnia and Herzegovina
#93
Originally Posted by orlandohc View Post
Social Engineering Toolkit its working too, its so fast then msf. Try it, its my favorite.
Greetings from México.
Nice to hear that...I will try it, thanks
 
Posts: 14 | Thanked: 6 times | Joined on Feb 2013
#94
Hi there
i have nokia n9 and i wanna install metasploit package defined here for n900, but it fails everytime Load failed etc.
installation of whole deb file also is not ok!

could u drive me?
 
Posts: 4 | Thanked: 2 times | Joined on Oct 2012
#95
Originally Posted by n900_ View Post
n900 can run metasploit 4.5 in 3minutes.
Hi. I've had Metaspoit running on my N900 for a while, but I can't get the latest git version to work. I git cloned all the files, but when trying to run the new version, it says to run "gem install bundler". When I try that, I get "gem: not found".

Gem commands don't work on here. I've installed rubygems-1.8.10 that worked with the previous svn Metasploit, but I can't get the new Metasploit to run without error.

Can you please help me configure this? Thanks a lot.

Last edited by iNsaneOS; 2013-05-06 at 18:39.
 
Posts: 16 | Thanked: 2 times | Joined on Jun 2009
#96
Originally Posted by adunanzav3x View Post

I have created the deb file to automate the installation process.

Requirements:

- 400 Mb free memory in Optfs partition (applications).
- 40 minutes to install deb file (400 Mb include many files!)
- Extras repository ON
- Testing repository ON
- Devel repository ON
- Internet connection

How to install:

1) Download the attached file: http://ubuntuone.com/2Tf7xUeVT0V1HsVpxorLhM
2) Connect your N900 to your PC (mass storage)
3) Copy the files to the root of the memory to 32GB (MyDocs)
4) Disconnect N900 from your PC
5) Open a terminal and type:

Code:
root
cd /home/user/MyDocs
dpkg -i metasploit-n900_4.4.0_armel.deb
Will take about 40 minutes...

Completing installation libraries/settings:

Open a terminal and type:

Code:
root
. /usr/bin/Metasploit
This will start a script. N900 will be restarted at the end


This is what you will see after the reboot,two new icons:

- Ruby
- Metasploit

First run of Metasploit:

-For the first run of metasploit select the icon Ruby, this will open a terminal to install a setup.rb
-At the end (it will be very fast) the window will close.
-From this moment we will not use more the ruby icon.

Now you can start Metasploit ! ! ! (It will take 10/15 minutes to load the program, then it will be operational!)


If metasploit doesn't start by icon ,try with terminal

How to run metasploit and ruby by terminal, manually:

-Ruby
Code:
root
ruby1.8 /opt/rubygems-1.8.10/setup.rb
-Metasploit
Code:
root
ruby1.8 /home/opt/msf3/msfconsole -L



How to unistall:

Open a terminal and type:

Code:
root
. /usr/bin/Unistmetasploit
apt-get purge metasploit -y


I hope it will serve.

/adu
Ok i followed exactly the steps described in this helper-guide for installing metasploit. I am on the final stage where i give to the terminal :
Code:
ruby1.8 /home/opt/msf3/msfconsole -L
After that the below message appears :

Code:
/home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require': no such file to load -- rubygems (LoadError)
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/packetfu/packetfu.rb:12
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/packetfu.rb:4
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/core/db.rb:28
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/core/db_manager.rb:5
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/core/framework.rb:69
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/core.rb:34
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/ui/console/driver.rb:2
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/ui/console.rb:11
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/lib/msf/ui.rb:11
from /home/opt/msf3/lib/fastlib.rb:369:in `fastlib_original_require'
from /home/opt/msf3/lib/fastlib.rb:369:in `require'
from /home/opt/msf3/msfconsole:131
What could i possibly miss? Can anyone help?
 
Posts: 16 | Thanked: 2 times | Joined on Jun 2009
#97
Ok forget the above post. I made it to start properly.

But now i have another problem. The database infrastructure does not work. When i give
Code:
db_status
it return
Code:
No database driver installed. Try 'gem install pg'
Do i need to install something?
 
Posts: 254 | Thanked: 509 times | Joined on Nov 2011 @ Canada
#98
Good luck getting the database to work. You'll need either postgres or MySQL, both of which I don't believe have easily obtainable/installable versions for the n900.

I did get sqllite3 working with an earlier version of Metasploit, but in newer versions it's deprecated/removed.
 
Posts: 16 | Thanked: 2 times | Joined on Jun 2009
#99
Originally Posted by shawnjefferson View Post
Good luck getting the database to work. You'll need either postgres or MySQL, both of which I don't believe have easily obtainable/installable versions for the n900.

I did get sqllite3 working with an earlier version of Metasploit, but in newer versions it's deprecated/removed.
Ok say i don't try to incorporate database support. Do i lose functionality in the long run? I mean how necessary is it ?
 
Posts: 254 | Thanked: 509 times | Joined on Nov 2011 @ Canada
#100
My understanding is that it's mainly used for the autopwn functionality... which you probably don't want to use anyway.

I could be wrong about the newest versions of metasploit and what they use DB for, there might be something new.
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:12.