MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / warn

Method warn

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

Source from the content-addressed store, hash-verified

142
143 @final
144 def warn(self, msg):
145 plugin = inspect.currentframe().f_back.f_locals['self']
146 warn('{bright}[{yellow}' + self.target.address + '{crst}/{bgreen}' + self.tag() + '/' + plugin.slug + '{crst}]{rst} ' + msg)
147
148 @final
149 def error(self, msg):

Callers

nothing calls this directly

Calls 2

tagMethod · 0.95
warnFunction · 0.90

Tested by

no test coverage detected