Metasploit Framework Console

Introduction
Msfconsole workflows
Basic
1. Launch the msfconsole
2. Show the modules
3. Use the specific module
4. See the contexts in which we will work
5. Obtain information on any module (within the context of module)
6. Leave the context
7. Search the module with relevant search parameter
8. Search the modules with a specific search parameter and by specifying module type
Working with modules
1. Select appropriate module from the given modules
2. See the values in the context in which we will work
3. Set the values for the modules
4. Unset the values for the modules (optional)
5. Unset all the values for the modules (optional)
6. Set the values for the modules globally (optional)
7. Unset the values for the modules which has been set globally (optional)
Using modules
1. Run the module (after setting all of its required values)
2. Run the module and background its session as soon as it opens (optional)
3. Check if the target system is vulnerable without exploiting it (optional, only for some modules)
4. See the existing sessions in msf or meterpreter context
5. Interact with any one session
Different msf prompts
The msf console
The context prompt
The meterpreter prompt
Last updated