Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoRecon/AutoRecon
/ __init__
Method
__init__
autorecon/default-plugins/reporting-markdown.py:7–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5
class
Markdown(Report):
6
7
def
__init__(self):
8
super().__init__()
9
self.name =
'Markdown'
10
11
async
def
run(self, targets):
12
if
len(targets) > 1:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected