Metasploit mailing list archives

Re: enum_firefox and chrome need sqlite3?


From: Chao Mu <chao.mu () minorcrash com>
Date: Wed, 17 Nov 2010 11:52:58 -0500

How are you running metasploit?


/opt/metasploit3$ find lib/ -iname '*sqlite*'
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/ext/sqlite3_api
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/ext/sqlite3_api/sqlite3_api_wrap.o
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/ext/sqlite3_api/sqlite3_api.so
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/ext/sqlite3_api/sqlite3_api_wrap.c
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/ext/sqlite3_api/sqlite3_api.i
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/tasks/vendor_sqlite3.rake
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/lib/sqlite3
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/lib/sqlite3.rb
lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.2.5/lib/sqlite3_api.so
lib/ruby/gems/1.9.1/specifications/sqlite3-ruby-1.2.5.gemspec
lib/libsqlite3.so.0
lib/apr-util-1/apr_dbd_sqlite3.la
lib/apr-util-1/apr_dbd_sqlite3.so
lib/apr-util-1/apr_dbd_sqlite3.a
lib/apr-util-1/apr_dbd_sqlite3-1.so
lib/pkgconfig/sqlite3.pc
lib/libsqlite3.la
lib/libsqlite3.so.0.8.6
lib/libsqlite3.so


On Wed, Nov 17, 2010 at 11:17 AM, Miguel Rios <miguelrios35 () yahoo com>wrote:

Thanks,

That's what I thought. So why do I get the missing sqlite3 error when
running the script against a windows box with firefox installed? Do I have
to put an sqlite3 file somewhere in msf's path for the script to execute
properly?

--- On *Wed, 11/17/10, Chao Mu <chao.mu () minorcrash com>* wrote:


From: Chao Mu <chao.mu () minorcrash com>
Subject: Re: [framework] enum_firefox and chrome need sqlite3?
To: "Miguel Rios" <miguelrios35 () yahoo com>
Cc: framework () spool metasploit com
Date: Wednesday, November 17, 2010, 4:01 PM


enum_firefox and enum_chrome require sqlite3 so that they can read
their target browser's SQLite formated database. It has nothing to do
with your database connection in MSF and is therefor unrelated to the
deprecation of sqlite.

On Wed, Nov 17, 2010 at 7:11 AM, Miguel Rios <miguelrios35 () yahoo com<http://mc/compose?to=miguelrios35 () yahoo 
com>>
wrote:

I thought that sqlite3 support was deprecated in Metasploit, yet it seems
some scripts need sqlite3 database instead of postgresql.
I imagine this will change in the near future and they'll start using
postgresql, no? Or am I getting things really confused and the sqlite3
requirement in these meterpreter scripts has nothing to do with being logged
into sqlite? I installed sqlite3 in my ubuntu server but still I'm getting
the missing sqlite3 error when i run those scripts in a meterpreter session.
I feel like I'm making some silly mistake since I had the enum_firefox
script working before my server had to be reinstalled from scratch.
Can someone help please?
Thanks


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




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

Current thread: