install metasploit omnibus | zuhdi.org

Install Metasploit Omnibus /archive

Environment

  • Debian 9.7 x64 (RAM 1GB)
  • Metasploit 5.0.25

Excerpt

Log 2019 / 05

1. Install Metasploit Omnibus

root@athos:~# apt-get update && apt-get -y upgrade && apt-get -y dist-upgrade

root@athos:~# apt-get -y --no-install-recommends install curl

curl -sSL https://raw.githubusercontent.com/rapid7/metasploit-omnibus/\
master/config/templates/metasploit-framework-wrappers/msfupdate.erb | bash

root@athos:~# curl -sSL https://raw.githubusercontent.com/rapid7/metasploit-omnibus/\
> master/config/templates/metasploit-framework-wrappers/msfupdate.erb | bash
Adding metasploit-framework to your repository list..OK
Updating package cache..OK
Checking for and installing update..
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  metasploit-framework
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 206 MB of archives.
After this operation, 465 MB of additional disk space will be used.
Get:1 http://downloads.metasploit.com/data/releases/metasploit-framework/apt 
  lucid/main amd64 metasploit-framework amd64 5.0.25+20190526102506~1rapid7-1 [206 MB]
Fetched 206 MB in 2min 50s (1,214 kB/s)
Selecting previously unselected package metasploit-framework.
(Reading database ... 29541 files and directories currently installed.)
Preparing to unpack .../metasploit-framework_5.0.25+20190526102506~1rapid7-1_amd64.deb ...
Unpacking metasploit-framework (5.0.25+20190526102506~1rapid7-1) ...
Setting up metasploit-framework (5.0.25+20190526102506~1rapid7-1) ...
(truncated)
Run msfconsole to get started

root@athos:~# msfconsole
[-] ***rting the Metasploit Framework console...-
[-] * WARNING: No database support: No database YAML file
[-] ***

Call trans opt: received. 2-19-98 13:24:18 REC:Loc

     Trace program: running

           wake up, Neo...
        the matrix has you
      follow the white rabbit.

          knock, knock, Neo.

                        (`.         ,-,
                        ` `.    ,;' /
                         `.  ,'/ .'
                          `. X /.'
                .-;--''--.._` ` (
              .'            /   `
             ,           ` '   Q '
             ,         ,   `._    \
          ,.|         '     `-.;_'
          :  . `  ;    `  ` --,.._;
           ' `    ,   )   .'
              `._ ,  '   /_
                 ; ,''-,;' ``-
                  ``-..__``--`

                             https://metasploit.com


       =[ metasploit v5.0.25-dev-                         ]
+ -- --=[ 1894 exploits - 1068 auxiliary - 329 post       ]
+ -- --=[ 547 payloads - 44 encoders - 10 nops            ]
+ -- --=[ 2 evasion                                       ]

msf5 > version
Framework: 5.0.25-dev-
Console  : 5.0.25-dev-

Hugo. Malte Kiefer & Zuhdi Najib.