All the options and modules available in Metasploit Framework can be accessed using the show command. Let's take a look:
- To see all the valid parameters for this command, you need to execute the show -h command in the MSF console, as follows:
- To show the auxiliary available in Metasploit Framework, execute the show auxiliary command, as follows:
- The same command is used to list the other modules and module-specific parameters. Alternatively, you can always press the Tab button on your keyboard twice to see the available ...