diff --git a/autorecon/plugins.py b/autorecon/plugins.py index 030b9b6..92e1a8e 100644 --- a/autorecon/plugins.py +++ b/autorecon/plugins.py @@ -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):