MCPcopy Index your code
hub / github.com/R4be1/PuppetMaster / PrintInfo

Function PrintInfo

Master.py:343–346  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

341 continue
342 return
343def PrintInfo(string):
344 prefix = "\033[1;32m[*]\033[0m "
345 print( prefix + string )
346 return prefix + string
347
348def randomString():
349 return ''.join(random.sample('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 16))

Callers 3

handle_shell_initFunction · 0.85
MasterConsoleFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected