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

Method __init__

autorecon/default-plugins/reporting-cherrytree.py:8–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6class CherryTree(Report):
7
8 def __init__(self):
9 super().__init__()
10 self.name = 'CherryTree'
11 self.tags = []
12
13 async def run(self, targets):
14 if len(targets) > 1:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected