We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003870e + 7c3ba83 commit 9dee394Copy full SHA for 9dee394
lib/msf/ui/console/command_dispatcher/modules.rb
@@ -909,7 +909,7 @@ def cmd_use(*args)
909
end
910
911
if framework.features.enabled?(Msf::FeatureManager::DISPLAY_MODULE_ACTION) && mod.respond_to?(:actions) && mod.actions.size > 1
912
- print_status "Using action %grn#{mod.action.name}%clr - view all #{mod.actions.size} actions with the %grnshow actions%clr command"
+ print_status "Setting default action %grn#{mod.action.name}%clr - view all #{mod.actions.size} actions with the %grnshow actions%clr command"
913
914
915
mod.init_ui(driver.input, driver.output)
0 commit comments