MCPcopy 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

5from autorecon.targets import Service
6
7class Pattern:
8
9 def __init__(self, pattern, description=None):
10 self.pattern = pattern
11 self.description = description
12
13class Plugin(object):
14

Callers 2

runFunction · 0.90
add_patternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected