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

Method cleanup

bbot/modules/lightfuzz/lightfuzz.py:180–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 self.debug(f"WEB_PARAMETER URL {event.data['url']} failed connectivity test, aborting")
179
180 async def cleanup(self):
181 if self.interactsh_instance:
182 try:
183 await self.interactsh_instance.deregister()
184 self.debug(
185 f"successfully deregistered interactsh session with correlation_id {self.interactsh_instance.correlation_id}"
186 )
187 except InteractshError as e:
188 self.warning(f"Interactsh failure: {e}")
189
190 async def finish(self):
191 if self.interactsh_instance:

Callers

nothing calls this directly

Calls 3

deregisterMethod · 0.45
debugMethod · 0.45
warningMethod · 0.45

Tested by

no test coverage detected