You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime someone updates msf, it overwrites the database config for the user.
This is very annoying.
We should either config_protect it of remove the file and put an example
instead.
File is /usr/lib/metasploit/config/database.yml
TIA
Original issue reported on code.google.com by [email protected] on 23 Apr 2014 at 8:22
The text was updated successfully, but these errors were encountered:
yeah there is a problem, the database file isn't
/usr/lib/metasploit/config/database.yml, it's
/usr/lib{64,}/metasploit${SLOT}/config/database.yml
I don't see an easy way to handle this, we can config_protect it for 9999
easily enough but the other versions it's just going to install a new one for
every slot.
Would it maybe make more sense to have a database.yml in ~/.msf4 and call it
from there? that way the ebuild never overwrites it and we only use the one in
/usr/lib/metasploit/config/ if there isn't one in ~
If this is okay i think I can pull it off.
Original issue reported on code.google.com by
[email protected]
on 23 Apr 2014 at 8:22The text was updated successfully, but these errors were encountered: