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

Method __init__

autorecon/default-plugins/winrm-detection.py:6–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4class WinRMDetection(ServiceScan):
5
6 def __init__(self):
7 super().__init__()
8 self.name = 'WinRM Detection'
9 self.tags = ['default', 'safe', 'winrm']
10
11 def configure(self):
12 self.match_service_name('^wsman')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected