x32x01
  • by x32x01 ||
Installing the Metasploit Framework on Linux
  1. Open the terminal.
  2. Enter the following command to add the build repository and install the Metasploit Framework package:
Bash:
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall

After the installation completes, open a terminal window and type the following to start msfconsole:
Bash:
./msfconsole

The prompt asks you if you want to use and set up a new database. Type y or yes to run the initial configuration script to create the initial database.
msf-linux-install-db.png
If all goes well, the console starts and displays the following:
Bash:
Creating database at /Users/joesmith/.msf4/db
Starting Postgresql
Creating database users
Creating initial database schema
** Metasploit Framework Initial Setup Complete **
[*] Starting the Metasploit Framework console...-[*] The initial module cache will be built in the background, this can take 2-5 minutes.../
Metasploit Park, System Security Interface
Version 4.0.5, Alpha E
Ready...
> access security
access: PERMISSION DENIED.
> access main security grid
access: PERMISSION DENIED....and...
YOU DIDN'T SAY THE MAGIC WORD!
YOU DIDN'T SAY THE MAGIC WORD!
=[ metasploit v4.11.0-dev [core:4.11.0.pre.dev api:1.0.0]]
+ -- --=[ 1454 exploits - 827 auxiliary - 229 post ]
+ -- --=[ 376 payloads - 37 encoders - 8 nops ]
+ -- --=[ Free Metasploit Pro trial: http://r-7.co/trymsp ]
msf >

To check to see if the database was set up, run the following command:
Bash:
db_status

If the Metasploit Framework successfully connected to the database, the following status displays:
Bash:
postgresql connected to msf

Managing The Database
If you did not opt to create a database when msfconsole loaded for the first time, you can use the msfdb script to configure postgresql to run as your local user and store the database in ~/.msf4/db/.

To enable and start the database, run the following command:
Bash:
msfdb init

After the database starts, you can use any of the following commands to manage the database:
  • msfdb reinit - Deletes and reinitializes the database.
  • msfdb delete - Deletes the database.
  • msfdb start - Starts the database.
  • msfdb stop - Stops the database.
  • msfdb status - Shows the database status.
 

Similar Threads

x32x01
Replies
0
Views
171
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
210
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
234
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
215
x32x01
x32x01
x32x01
Replies
0
Views
189
x32x01
x32x01
TAGs: Tags
install metasploit metasploit framework

Register & Login Faster

Forgot your password?

Latest Resources

Forum Statistics

Threads
517
Messages
518
Members
45
Latest Member
Tacola
Back
Top