make plugins run that uses match_all_service_names (e.g. sslscan)
This commit is contained in:
parent
433776a98f
commit
53052201d9
|
@ -190,6 +190,8 @@ class ServiceScan(Plugin):
|
||||||
@final
|
@final
|
||||||
def match_all_service_names(self, boolean):
|
def match_all_service_names(self, boolean):
|
||||||
self.match_all_service_names_boolean = boolean
|
self.match_all_service_names_boolean = boolean
|
||||||
|
# we need at least one service name to enter loop in autorecon and make plugin finally run
|
||||||
|
self.match_service_name('.*')
|
||||||
|
|
||||||
class AutoRecon(object):
|
class AutoRecon(object):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue