Merge pull request #102 from blockomat2100/beta
Fix that prevented SSLscan from running.
This commit is contained in:
commit
1f6d16ecf0
|
@ -190,6 +190,8 @@ class ServiceScan(Plugin):
|
|||
@final
|
||||
def match_all_service_names(self, 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 Report(Plugin):
|
||||
|
||||
|
|
Loading…
Reference in New Issue