MCPcopy Create free account
hub / github.com/Geeoon/asploit / __init__

Method __init__

src/FlaskExploitProcessor.py:14–16  ·  view source on GitHub ↗
(self, host: str, path: str, method: str, header: str)

Source from the content-addressed store, hash-verified

12"""
13class FlaskExploitProcessor(ExploitProcessor):
14 def __init__(self, host: str, path: str, method: str, header: str):
15 self.flask_object = 'Flask'
16 super().__init__(host, path, method, header)
17
18 """
19 @brief See base class for details.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected