Skip to content

Commit 613f530

Browse files
author
Julio Auto
committed
Fix buggy calls to stop_service
1 parent bc55293 commit 613f530

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/msf/core/exploit/http/server.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,6 @@ def exploit
10101010
::IO.select(nil, nil, nil, 5)
10111011
rescue ::Interrupt
10121012
raise $!
1013-
ensure
1014-
stop_service
10151013
end
10161014
end
10171015

modules/exploits/multi/http/jboss_maindeployer.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ def exploit
217217
end
218218
end
219219

220-
print_status("Shutting down the web service...")
221-
stop_service
222-
223220

224221
#
225222
# EXECUTE

0 commit comments

Comments
 (0)