MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / match_all_service_names

Method match_all_service_names

autorecon/plugins.py:213–216  ·  view source on GitHub ↗
(self, boolean)

Source from the content-addressed store, hash-verified

211
212 @final
213 def match_all_service_names(self, boolean):
214 if boolean:
215 # Add a "match all" service name.
216 self.match_service_name('.*')
217
218class Report(Plugin):
219

Callers 1

configureMethod · 0.80

Calls 1

match_service_nameMethod · 0.95

Tested by

no test coverage detected