[+] Fix CTRL+D Bug

GSoC/Meterpreter_Web_Console
WangYihang 2018-06-13 23:15:08 +08:00
parent e52ee80a58
commit 750f4d020f
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ class CommandShell
# Explicitly runs a command.
#
def run_cmd(cmd)
if cmd == nil
return
end
arguments = parse_line(cmd)
method = arguments.shift