Which command is used to show a list of available exploit targets?
show targets
Which command is used to display the options for a specific module?
show options
Which command is used to set a specific option for a module?
set
Which command is used to unset a specific option for a module?
unset
Which command is used to save the current workspace configuration?
save
Which command is used to load a saved workspace configuration?
load
What does RHOST stand for when configuring an exploit?
Remote Host
What command is used to import a Nmap scan into a Metasploit workspace?
db_import
What command is used to load the Mimikatz extension into a Meterpreter session?
load kiwi
What command is used to select and use an exploit or module within Metasploit?
use
What command within a Windows Meterpreter sesison will attempt to obtain NT/AUTHORITY SYSTEM level privileges?
getsystem
How would you drop into the defauly shell of the target host within a Meterpreter session?
shell
What is a non-shell payload?
One that completes an action like creating a user
What command would you use to check the network information on a target host?
Ifconfig
What sessions flag is used to upgrade a standard shell to a Meterpreter shell on a target?
-u
What command parameter is used to set a global?
setg
What MSFVenom flag is used for encoding?
-e
What command is used to migrate to another process within a Meterpreter session?
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
What command is used to exit out of Metasploit Framework with an open session to a target?
exit -y