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

Method configure

autorecon/default-plugins/sslscan.py:10–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8 self.tags = ['default', 'safe', 'ssl', 'tls']
9
10 def configure(self):
11 self.match_all_service_names(True)
12 self.require_ssl(True)
13
14 async def run(self, service):
15 if service.protocol == 'tcp' and service.secure:

Callers

nothing calls this directly

Calls 2

require_sslMethod · 0.80

Tested by

no test coverage detected