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

Method run

dronesploit/_src/modules/command/hobicco/flitt.py:57–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55class GetSysInfo(FlittCommandModule):
56 """ Get system information from the target Flitt. """
57 def run(self):
58 r = self._get_sysinfo()
59 if r is not None:
60 print_formatted_text(r)
61
62
63class PowerOff(FlittCommandModule):

Callers

nothing calls this directly

Calls 1

_get_sysinfoMethod · 0.80

Tested by

no test coverage detected