Skip to content

Commit

Permalink
Update lib/msf/ui/tip.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Brendan <[email protected]>
  • Loading branch information
zeroSteiner and bwatters-r7 authored Oct 2, 2023
1 parent 5aee82e commit 3baf867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/ui/tip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3baf867

Please sign in to comment.