Fix java rmi service undefined method wait

This commit is contained in:
adfoster-r7 2022-03-27 17:01:43 +01:00
parent 5faf25dbe3
commit c4b6eb0165
No known key found for this signature in database
GPG Key ID: 3BD4FA3818818F04
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module Exploit::Remote::SocketServer
primer primer
# Wait on the service to stop # Wait on the service to stop
self.service.wait self.service.wait if service
end end
# #