n900_
|
2013-04-02
, 20:04
|
Posts: 77 |
Thanked: 93 times |
Joined on Aug 2011
|
#91
|
|
2013-04-02
, 22:32
|
Posts: 5 |
Thanked: 2 times |
Joined on Apr 2013
|
#92
|
The Following User Says Thank You to orlandohc For This Useful Post: | ||
|
2013-04-03
, 08:13
|
Posts: 226 |
Thanked: 270 times |
Joined on Apr 2012
@ Bosnia and Herzegovina
|
#93
|
|
2013-04-12
, 08:21
|
Posts: 14 |
Thanked: 6 times |
Joined on Feb 2013
|
#94
|
|
2013-05-06
, 15:35
|
Posts: 4 |
Thanked: 2 times |
Joined on Oct 2012
|
#95
|
|
2013-06-23
, 23:12
|
Posts: 16 |
Thanked: 2 times |
Joined on Jun 2009
|
#96
|
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:
Will take about 40 minutes...Code:root cd /home/user/MyDocs dpkg -i metasploit-n900_4.4.0_armel.deb
Completing installation libraries/settings:
Open a terminal and type:
This will start a script. N900 will be restarted at the endCode:root . /usr/bin/Metasploit
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
-MetasploitCode:root ruby1.8 /opt/rubygems-1.8.10/setup.rb
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
ruby1.8 /home/opt/msf3/msfconsole -L
/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
|
2013-06-24
, 11:37
|
Posts: 16 |
Thanked: 2 times |
Joined on Jun 2009
|
#97
|
db_status
No database driver installed. Try 'gem install pg'
|
2013-06-25
, 03:10
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#98
|
|
2013-06-25
, 13:24
|
Posts: 16 |
Thanked: 2 times |
Joined on Jun 2009
|
#99
|
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.
|
2013-06-26
, 03:32
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#100
|