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
I'm trying to use the docker version of metasploit,
docker run -it metasploitframework/metasploit-framework:latest
The image is 3 months ago, so I need to run msfupdate, but the default configuration won't allow me to do that.
9c97e058b502:/usr/src/metasploit-framework$ ./msfupdate
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
[*]
[*] Attempting to update the Metasploit Framework...
[*]
[-] ERROR: User running msfupdate does not own the Metasploit installation
[-] Please run msfupdate as the same user who installed Metasploit.
Please fix the permissions by changing all file owners to the same user, the current owner is root.
The text was updated successfully, but these errors were encountered:
A new docker release is available now; I don't think msfupdate will ever work in the official docker images - potentially it should be updated to make that more clear
I'm trying to use the docker version of metasploit,
The image is 3 months ago, so I need to run msfupdate, but the default configuration won't allow me to do that.
Please fix the permissions by changing all file owners to the same user, the current owner is root.
The text was updated successfully, but these errors were encountered: