Results 1 to 5 of 5

Thread: How to update Metasploit in Kali Linux?

  1. #1

    How to update Metasploit in Kali Linux?

    Everyday I do the steps below to update Kali Linux including all apps (Including Metasploit):

    1- apt-get update && apt-get upgrade && apt-get dist-upgrade
    2- Also I execute the command: msfupdate
    3- And I run Package updater from the GUI.
    4- Then I bounce the machine.

    I have got a question:

    1- During running the first command, I noticed that the system has downloaded Metasploit v4.12.30.
    But when I completed all the commands above , still when I start Metasploit I get the version: v4.12.28-dev
    Am I missing anything?

    2- Are the steps above enough to update Metasploit framework ( Including the payloads, exploits, Auxiliary ) or I need to do anything else?

    Thanks,

  2. #2
    Any help is highly appreciated

  3. #3
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    apt-get update && apt-get dist-upgrade should work for all packages installed from the Kali repos, including Metasploit. Msfupdate pulls from the Kali repos (assuming /etc/apt/sources.list is set correctly), so it's not necessary to run it. I've not used the GUI package updater, but I suspect that's not needed either.

  4. #4
    Thanks mate, but why I see the following in the log file : dpkg.log , but when I load the MetaSploit (by running the command msfconsole) I still get this version v4.12.28-dev ?

    2016-10-08 10:40:46 configure metasploit-framework:amd64 4.12.30-0kali1 <none>
    2016-10-08 10:40:46 status unpacked metasploit-framework:amd64 4.12.30-0kali1
    2016-10-08 10:40:46 status half-configured metasploit-framework:amd64 4.12.30-0kali1
    2016-10-08 10:40:47 status installed metasploit-framework:amd64 4.12.30-0kali1
    2016-10-08 10:40:47 configure libmpg123-0:amd64 1.23.8-1 <none>

  5. #5
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    Something must've gone wrong during the unpack & install. I'd run apt-get autoclean, uninstall Metasploit, then reinstall.

Similar Threads

  1. Replies: 0
    Last Post: 2016-04-21, 17:20
  2. KaliLinux 2 Metasploit Update
    By MarcMoe in forum General Archive
    Replies: 2
    Last Post: 2015-09-04, 07:53
  3. Metasploit Framework won't update!
    By murdoc in forum General Archive
    Replies: 1
    Last Post: 2014-11-03, 09:39

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •