Skip to content

Commit

Permalink
Add . prefix tip to shell command help
Browse files Browse the repository at this point in the history
  • Loading branch information
RageLtMan committed Dec 15, 2024
1 parent 54bec33 commit df6bd84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/msf/base/sessions/command_shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def cmd_help(*args)
tbl << [key, value]
end

tbl << ['.<command>', "Prefix any built-in command on this list with a '.' to execute in the underlying shell (ex: .help)"]

print(tbl.to_s)
end

Expand Down

0 comments on commit df6bd84

Please sign in to comment.