[+] Add conditions in help menu

GSoC/Meterpreter_Web_Console
Wang Yihang 2018-08-12 13:10:11 +08:00
parent 89c875d3bb
commit 6a0a52e6fe
1 changed files with 3 additions and 3 deletions

View File

@ -87,9 +87,9 @@ class CommandShell
'background' => 'Backgrounds the current shell session',
'sessions' => 'Quickly switch to another session',
'resource' => 'Run the commands stored in a file',
'shell' => 'Spawn an interactive shell',
'download' => 'Download files',
'upload' => 'Upload files',
'shell' => 'Spawn an interactive shell (*NIX Only)',
'download' => 'Download files (*NIX Only)',
'upload' => 'Upload files (*NIX Only)',
}
end