metasploit-framework icon indicating copy to clipboard operation
metasploit-framework copied to clipboard

Display current action on module load

Open dwelch-r7 opened this issue 9 months ago • 5 comments

Displays info about the modules current action and number of available actions to the user when they use <module_name

Example of how it looks for ldap_query image

This is intended to help users learn that a module has actions and what the current action is proactively I placed it behind a feature flag but defaulted it to be on so people can switch it off if they don't like the extra clutter in their terminal

Verification steps

  • [ ] use a module e.g. use auxiliary/gather/ldap_query and verify the output is correct (number of actions + selected action are accurate)
  • [ ] Turn the feature off and use the module again without rebooting and verify the output is gone
  • [ ] check that the output doesn't change for any modules without any actions

dwelch-r7 avatar May 17 '24 11:05 dwelch-r7