From 3baf867c76f6d8fbcdb0ec6dd83bd94809f8361a Mon Sep 17 00:00:00 2001 From: Spencer McIntyre Date: Mon, 2 Oct 2023 16:38:26 -0400 Subject: [PATCH] Update lib/msf/ui/tip.rb Co-authored-by: Brendan --- lib/msf/ui/tip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/tip.rb b/lib/msf/ui/tip.rb index 51dcffec8d1b..ebb5e33e752f 100644 --- a/lib/msf/ui/tip.rb +++ b/lib/msf/ui/tip.rb @@ -40,7 +40,7 @@ def self.highlight(string) "Use the #{highlight('analyze')} command to suggest runnable modules for hosts", "Set the current module's RHOSTS with database values using #{highlight('hosts -R')} or #{highlight('services -R')}", "Use the 'capture' plugin to start multiple authentication-capturing and poisoning services", - "The #{highlight('use')} command supports fuzzy searching, e.g. #{highlight('use kerberos/get_ticket')} or #{highlight('use kerberos forge silver ticket')}" + "The #{highlight('use')} command supports fuzzy searching to try and select the intended module, e.g. #{highlight('use kerberos/get_ticket')} or #{highlight('use kerberos forge silver ticket')}" ].freeze private_constant :COMMON_TIPS