For those that like to use FastTrack for pentesting, if you recently did an update to metasploit, it's now at v3.41 which seems to have changed a few things and breaks the FT scripts. I'm not sure what changed with postgresql, but the easy fix is to set Metasploit to use sqlite3
Edit the file at /pentest/exploits/fasttrack/bin/ftsrc/autopwn.py
go to the section where this comment is # load sqlite3
Add the following on the next line child1.sendline ('db_driver sqlite3')
So the section will look like this
try:
child1 = pexpect.spawn('%smsfconsole' % (metapath))
# load sqlite3
child1.sendline ('db_driver sqlite3')
# child1.sendline ('load driver sql3')
And what the heck happened to http://www.thepentest.com ? what, no more fasttrack updates? That sucks.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment