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

Method _Base__version

src/PHPExploitProcessor.py:48–52  ·  view source on GitHub ↗
(self, options: str)

Source from the content-addressed store, hash-verified

46 @brief See base class for details.
47 """
48 def _Base__version(self, options: str):
49 res = self._Base__send_message(f"header('{self.header}: '"
50 f" . phpversion());"
51 f"exit;")
52 print("PHP Version: " + res)
53
54 """
55 @brief See base class for details.

Callers

nothing calls this directly

Calls 1

_Base__send_messageMethod · 0.95

Tested by

no test coverage detected