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

Method run

autorecon/default-plugins/sslscan.py:14–16  ·  view source on GitHub ↗
(self, service)

Source from the content-addressed store, hash-verified

12 self.require_ssl(True)
13
14 async def run(self, service):
15 if service.protocol == 'tcp' and service.secure:
16 await service.execute('sslscan --show-certificate --no-colour {addressv6}:{port} 2>&1', outfile='{protocol}_{port}_sslscan.html')

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected