Skip to content

Commit df6bd84

Browse files
author
RageLtMan
committed
Add . prefix tip to shell command help
1 parent 54bec33 commit df6bd84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/msf/base/sessions/command_shell.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ def cmd_help(*args)
202202
tbl << [key, value]
203203
end
204204

205+
tbl << ['.<command>', "Prefix any built-in command on this list with a '.' to execute in the underlying shell (ex: .help)"]
206+
205207
print(tbl.to_s)
206208
end
207209

0 commit comments

Comments
 (0)