Skip to content

Commit

Permalink
Merge pull request #2198 from blacklanternsecurity/fix-genericssrf-test
Browse files Browse the repository at this point in the history
Fix generic_ssrf test race condition
  • Loading branch information
liquidsec authored Jan 21, 2025
2 parents 76fc588 + 1e17f20 commit 89191c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/generic_ssrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ async def cleanup(self):

async def finish(self):
if self.scan.config.get("interactsh_disable", False) is False:
await self.helpers.sleep(5)
await self.helpers.sleep(2)
try:
for r in await self.interactsh_instance.poll():
await self.interactsh_callback(r)
Expand Down

0 comments on commit 89191c7

Please sign in to comment.