Intro to Metasploit 3

Which command is used to show a list of available exploit targets?
show targets
list targets
display targets
enumerate targets
show targets
Which command is used to display the options for a specific module?
show options
show all options
display options
list options
show options
Which command is used to set a specific option for a module?
set
config
option
configure
set
Which command is used to unset a specific option for a module?
unset
clear
remove
delete
unset
Which command is used to save the current workspace configuration?
save
write
export
backup
save
Which command is used to load a saved workspace configuration?
load
read
import
restore
load
What does RHOST stand for when configuring an exploit?
Remote Host
Remoter Host
Remind Host
Reaction Host
Remote Host
What command is used to import a Nmap scan into a Metasploit workspace?
db_import
db_nmap
db_port_scan
db_portscan
db_import
What command is used to load the Mimikatz extension into a Meterpreter session?
load kiwi
load_kiwi
load mimikatz
load mimi_katz
load kiwi
What command is used to select and use an exploit or module within Metasploit?
use
select
choose
operate
use
What command within a Windows Meterpreter sesison will attempt to obtain NT/AUTHORITY SYSTEM level privileges?
getsystem
gethost
getNT
getprivileges
getsystem
How would you drop into the defauly shell of the target host within a Meterpreter session?
shell
shells
load shell
drop shell
shell
What is a non-shell payload?
One that completes an action like creating a user
One that shouldn't be used
Not a real payload
One that provides a reverse shell
One that completes an action like creating a user
What command would you use to check the network information on a target host?
Ifconfig
ipconfig
getnetwork
load network
Ifconfig
What sessions flag is used to upgrade a standard shell to a Meterpreter shell on a target?
-u
_u
upgrade
load upgrade
-u
What command parameter is used to set a global?
setg
setglobal
global set
set global
setg
What MSFVenom flag is used for encoding?
-e
-I
-F
--encode
-e
What command is used to migrate to another process within a Meterpreter session?
migrate <PID>
migrate ps
<PID> migrate
ps <PID>
migrate <PID>
What command is used to migrate to another process within a Meterpreter session using the process name not PID?
migrate -N explorer.exe
ps --name explorer.exe
migrate ps explorer.exe
explorer.exe ps
migrate -N explorer.exe
What command is used to exit out of Metasploit Framework with an open session to a target?
exit -y
exit
exit -s
exit -t
exit -y
Your Score
Score Label
Score Summary