Pages

Subscribe:

Monday 5 September 2011

Updating Metasploit from the console


If you have upgraded your metasploit framwork to 3.5.1,you might have noticed that the update fails again and again
Here is solution

Open your metasploit console(msfconsole.bat)
Do not open msfgui or msfweb

svn co https://www.metasploit.com/svn/framework3/trunk msf3


From the console , type this
Now it will update your libraries.
If it says that the connection was refused by the server then try this.


svn co http://www.metasploit.com/svn/framework3/trunk msf3

This should work!
Now after that finishes(takes some time!)
Run this command


svn update /framework/msf3/msf3
That's all
enjoy

No comments: