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

Method __init__

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

Source from the content-addressed store, hash-verified

11"""
12class NodeExploitProcessor(ExploitProcessor):
13 def __init__(self, host: str, path: str, method: str, header: str):
14 super().__init__(host, path, method, header)
15
16 """
17 @brief See base class for details.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected