Change the error message when interrupt exploit.

GSoC/Meterpreter_Web_Console
Green-m 2018-09-30 16:07:09 +08:00
parent 90b98a193c
commit 1b93363588
No known key found for this signature in database
GPG Key ID: 7A4A0E684B5D6747
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ module DispatcherShell
found = true
end
rescue ::Interrupt
found = true
print_error("#{method}: Interrupted")
raise if propagate_errors
rescue OptionParser::ParseError => e