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

Method __init__

autorecon/default-plugins/dnsrecon.py:6–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4class DnsRecon(ServiceScan):
5
6 def __init__(self):
7 super().__init__()
8 self.name = "DnsRecon Default Scan"
9 self.slug = 'dnsrecon'
10 self.priority = 0
11 self.tags = ['default', 'safe', 'dns']
12
13 def configure(self):
14 self.match_service_name('^domain')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected