Land #8535, MSGRPC module minor fixes

This commit is contained in:
Brent Cook 2017-06-15 21:44:34 -05:00
commit 55b71e115f
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
2 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@ class Service
def stop
self.service.stop
self.service.deref
end
def wait

View File

@ -21,12 +21,12 @@ class Plugin::MSGRPC < Msf::Plugin
#
# The default local hostname that the server listens on.
#
DefaultHost = "127.0.0.1"
DefaultHost ||= "127.0.0.1"
#
# The default local port that the server listens on.
#
DefaultPort = 55552
DefaultPort ||= 55552
#
# ServerPort