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

Method setup

bbot/modules/output/web_parameters.py:22–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 output_filename = "web_parameters.txt"
21
22 async def setup(self):
23 self._prep_output_dir(self.output_filename)
24 self.parameter_counts = defaultdict(int)
25 return True
26
27 async def handle_event(self, event):
28 parameter_name = event.data.get("name", "")

Callers

nothing calls this directly

Calls 1

_prep_output_dirMethod · 0.80

Tested by

no test coverage detected