MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / error

Method error

autorecon/targets.py:149–151  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

147
148 @final
149 def error(self, msg):
150 plugin = inspect.currentframe().f_back.f_locals['self']
151 error('{bright}[{yellow}' + self.target.address + '{crst}/{bgreen}' + self.tag() + '/' + plugin.slug + '{crst}]{rst} ' + msg)
152
153 @final
154 async def execute(self, cmd, blocking=True, outfile=None, errfile=None, future_outfile=None):

Callers

nothing calls this directly

Calls 2

tagMethod · 0.95
errorFunction · 0.90

Tested by

no test coverage detected