When you update metasploit the db_sqlite3.rb is not part of the new revision http://trac.metasploit.com/browser/f...trunk/plugins/ .Don't know why.Even if the old one is copied there it gives some errors and it stops.
Hey, ive updated fasttrack + everything else, i ran apt-get update, apt-get install sqlite3 and it finishes allright.
Fasttrack cant find it anyway;
"Error while running command load: no such file to load -- /pentest/exploits/framework3/plugins/db_sqlite3"
why is that?
When you update metasploit the db_sqlite3.rb is not part of the new revision http://trac.metasploit.com/browser/f...trunk/plugins/ .Don't know why.Even if the old one is copied there it gives some errors and it stops.
So what is the solution? :S
Don't use autopwn at the moment and learn how to manually test and exploit.
Tiocfaidh ár lá
Well the smart thing to do would be to file a bug with the metasploit project.
![]()
Well metasploit is nice to have but there are still things metasploit can't deal with.
But yeah metasploit is quite nice to have.
Tiocfaidh ár lá
No wonder y that is happening, but it seems u dont have to load the db anymore.
Just skip the load db_sqlite3 and go ahead and do:
db_create <name of watev database>
This automatically creates a sqlite db
yes the code should be updated, now in MSF3 if you want to know what DB driver is active you issue the db_driver command, if you want to change to another supported driver do db_driver and its name like db_driver mysql, I highly recommend that you keep 2 copies of MSF one from the SVN another fro from the tar file in the site and do not update, since the SVN is a development version it will always be changing and new features as well as bugs are introduced.