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

Method finish

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

Source from the content-addressed store, hash-verified

188 self.warning(f"Interactsh failure: {e}")
189
190 async def finish(self):
191 if self.interactsh_instance:
192 await self.helpers.sleep(5)
193 try:
194 for r in await self.interactsh_instance.poll():
195 await self.interactsh_callback(r)
196 except InteractshError as e:
197 self.debug(f"Error in interact.sh: {e}")
198
199 async def filter_event(self, event):
200 # Unless configured specifically to do so, avoid running against confirmed WAFs

Callers

nothing calls this directly

Calls 3

interactsh_callbackMethod · 0.95
pollMethod · 0.45
debugMethod · 0.45

Tested by

no test coverage detected