1. Metasploit in Kali is updated by default with Apt-get, and look at the. apt file in the Metasploit path.
This behavior occurs by default
# msfupdate [*] [*] attempting to update the Metasploit Framework ... [* ] [for updates via the APT repository[*] note:expect Weekly (ish) updates using this method[*] No updates available
If you're sure your version is lower than the Metasploit version, you'll need to add apt sources.
In/etc/apt/sources.list, add the following:
Deb http://http.kali.org/kali Sana main non-free contribdeb http://security.kali.org/ Kali-security sana/updates main contrib non-freedeb-src http://Http.kali.org/kali sana Main Non-free Contribdeb-src http://security.kali.org/kali-security sana/updates main contrib Non-free
And then
apt-get updateapt-get upgrade
Can complete the update, of course, at this time the Msfupdate command can also be used normally.
2. If you want to update via git, you can download the version on GitHub
Update Metasploit in Kali