MCPcopy
hub / github.com/dronesploit/dronesploit / run

Method run

dronesploit/_src/modules/command/hobicco/cme.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64class GetSysInfo(CmeModule):
65 """ Get system information from the target C-me. """
66 def run(self):
67 r = self._get_sysinfo()
68 if r is not None:
69 print_formatted_text(r)
70
71
72class PowerOff(CmeModule):

Callers

nothing calls this directly

Calls 1

_get_sysinfoMethod · 0.80

Tested by

no test coverage detected