Metasploit mailing list archives

Re: Unable to load plugin


From: Carlos Perez <carlos_perez () darkoperator com>
Date: Wed, 17 Feb 2010 21:49:22 -0400

Try the db_driver command

msf > db_driver 
[*]    Active Driver: sqlite3
[*]        Available: sqlite3

[*]     DB Support: Enable the mysql driver with the following command:
[*]                 $ gem install mysql
[*]     This gem requires mysqlclient headers, which can be installed on Ubuntu with:
[*]                 $ sudo apt-get install libmysqlclient-dev

[*]     DB Support: Enable the postgresql driver with the following command:
[*]                 $ gem install postgres-pr

msf > db_create 
[*] The specified database already exists, connecting
[*] Successfully connected to the database
[*] File: /Users/cperez/.msf3/sqlite3.db
msf > 

On Feb 17, 2010, at 9:33 PM, Afif wrote:

svn r8543 updated today (2010.02.17)

gem list :
activerecord (2.3.5)
activesupport (2.3.5)
mysql (2.8.1)
postgres-pr (0.6.3)
sqlite3-ruby (1.2.5, 1.2.4)

msf > load db_sqlite3
[-] 
[-] The functionality previously provided by this plugin has been
[-] integrated into the core command set.  Use the new 'db_driver'
[-] command to use a database driver other than sqlite3 (which
[-] is now the default).  All of the old commands are the same.
[-] 
[-] Failed to load plugin from /opt/metasploit3/trunk/plugins/db_sqlite3: Deprecated plugin

ls in plugins:

auto_add_route.rb  db_sqlite3.rb    msfd.rb            socket_logger.rb
db_credcollect.rb  db_tracker.rb    nexpose.rb         sounds.rb
db_mysql.rb        db_wmap.rb       pcap_log.rb        thread.rb
db_postgres.rb     event_tester.rb  sample.rb          token_hunter.rb
db_sqlite2.rb      ips_filter.rb    session_tagger.rb  xmlrpc.rb

Is there is any mistake with my msfconsole?

Regards,
Afif

_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework

_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework


Current thread: