Skip to content

Commit

Permalink
Add a couple of tips
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Sep 29, 2023
1 parent 8de942d commit f80dd02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/msf/ui/tip.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ def self.highlight(string)
"Search can apply complex filters such as #{highlight('search cve:2009 type:exploit')}, see all the filters with #{highlight('help search')}",
"Metasploit can be configured at startup, see #{highlight('msfconsole --help')} to learn more",
"Display the Framework log using the #{highlight('log')} command, learn more with #{highlight('help log')}",
"Adapter names can be used for IP params #{highlight('set LHOST eth0')}",
"Network adapter names can be used for IP options #{highlight('set LHOST eth0')}",
"Use #{highlight('sessions -1')} to interact with the last opened session",
"View missing module options with #{highlight('show missing')}",
"Start commands with a space to avoid saving them to history",
"You can pivot connections over sessions started with the ssh_login modules",
"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')}"
"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 'use' command accepts partial modules names, e.g. #{highlight('use kerberos/get_ticket')}"
].freeze
private_constant :COMMON_TIPS

Expand Down

0 comments on commit f80dd02

Please sign in to comment.