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

Method __botnet

src/LocalCommandProcessor.py:157–159  ·  view source on GitHub ↗
(self, options: str)

Source from the content-addressed store, hash-verified

155 pass
156
157 def __botnet(self, options: str):
158 print("Switching to botnet mode...")
159 self.exploit = BotnetCommandProcessor(self.exploitClasses)
160
161 """
162 @brief Getter for exploit status (True or False)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected