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

Method __init__

autorecon/default-plugins/nmap-mssql.py:5–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3class NmapMSSQL(ServiceScan):
4
5 def __init__(self):
6 super().__init__()
7 self.name = "Nmap MSSQL"
8 self.tags = ['default', 'safe', 'databases']
9
10 def configure(self):
11 self.match_service_name(['^mssql', '^ms\-sql'])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected