MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / metadata

Method metadata

bbot/modules/lightfuzz/submodules/base.py:248–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 return ""
247
248 def metadata(self):
249 metadata_string = f"Parameter: [{self.event.data['name']}] Parameter Type: [{self.event.data['type']}]{self.conversion_note()}"
250 if self.event.data["original_value"] != "" and self.event.data["original_value"] is not None:
251 metadata_string += (
252 f" Original Value: [{self.lightfuzz.helpers.truncate_string(self.event.data['original_value'], 200)}]"
253 )
254 return metadata_string
255
256 def incoming_probe_value(self, populate_empty=True):
257 """

Callers 8

fuzzMethod · 0.80
fuzzMethod · 0.80
fuzzMethod · 0.80
fuzzMethod · 0.80
fuzzMethod · 0.80
padding_oracleMethod · 0.80
error_string_searchMethod · 0.80
fuzzMethod · 0.80

Calls 1

conversion_noteMethod · 0.95

Tested by

no test coverage detected