the http service needs to keep running to handle meterpreter loading
revert a8f44ca68f
bug/bundler_fix
parent
7a3bc017ff
commit
4781ac4b39
|
@ -172,11 +172,11 @@ module ReverseHttp
|
|||
end
|
||||
|
||||
#
|
||||
# Removes the / handler and stop the service.
|
||||
# Removes the / handler, possibly stopping the service if no sessions are
|
||||
# active on sub-urls.
|
||||
#
|
||||
def stop_handler
|
||||
self.service.remove_resource("/") if self.service
|
||||
self.service.stop
|
||||
end
|
||||
|
||||
attr_accessor :service # :nodoc:
|
||||
|
|
Loading…
Reference in New Issue