MCPcopy
hub / github.com/knownsec/pocsuite3 / error

Method error

pocsuite3/lib/core/poc.py:513–515  ·  view source on GitHub ↗
(self, error="")

Source from the content-addressed store, hash-verified

511 self.error_msg = (0, error)
512
513 def error(self, error=""):
514 self.expt = (ERROR_TYPE_ID.OTHER, error)
515 self.error_msg = (0, error)
516
517 def show_result(self):
518 if self.status == OUTPUT_STATUS.SUCCESS:

Callers 15

token_is_availableMethod · 0.80
check_tokenMethod · 0.80
write_confMethod · 0.80
searchMethod · 0.80
crawlFunction · 0.80
token_is_availableMethod · 0.80
check_tokenMethod · 0.80
write_confMethod · 0.80
searchMethod · 0.80
token_is_availableMethod · 0.80
check_tokenMethod · 0.80
write_confMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected