Skip to content

Commit

Permalink
adds help command to basic shells
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoldman-r7 committed Mar 20, 2024
1 parent 923f4c9 commit c16b8e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/msf/base/sessions/command_shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def cmd_help(*args)
end

print(tbl.to_s)
print("For more info on a specific command, use %grn<command> -h%clr or %grnhelp <command>%clr.\n\n")
end

def cmd_background_help
Expand Down

0 comments on commit c16b8e6

Please sign in to comment.