Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AutoRecon/AutoRecon
/ Pattern
Class
Pattern
autorecon/plugins.py:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
from
autorecon.targets
import
Service
6
7
class
Pattern:
8
9
def
__init__(self, pattern, description=None):
10
self.pattern = pattern
11
self.description = description
12
13
class
Plugin(object):
14
Callers
2
run
Function · 0.90
add_pattern
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected