MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / run

Method run

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

Source from the content-addressed store, hash-verified

14 self.add_pattern('(?i)powered[ -]by[^\n]+')
15
16 async def run(self, service):
17 if service.protocol == 'tcp':
18 await service.execute('curl -sSik {http_scheme}://{addressv6}:{port}' + self.get_option('path'), outfile='{protocol}_{port}_{http_scheme}_curl.html')

Callers

nothing calls this directly

Calls 2

get_optionMethod · 0.80
executeMethod · 0.45

Tested by

no test coverage detected