Example Authentication Request from svn :
$ svn up Updating '.':
Authentication realm: <https://www.metasploit.com:443> =[ MSF must be updated via GitHub
or a more recent msfupdate. See http://r-7.co/MSF-SVN for more ]=
Password for 'yourname':
How to update using github :
1. Delete your SVN checkout of Metasploit: rm -rf $HOME/metasploit (or the real path to your checkout).
2. Clone the latest from GitHub: git clone --depth=1 git://github.com/rapid7/metasploit-framework metasploit (or the path where you want the clone).
3. Go to your new Metasploit checkout, and run msfupdate: cd metasploit; ./msfupdate (this will get the bundle of Ruby gems together for you).
Done ..
Catat Ulasan