Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Mar 13, 2024
1 parent d3eb2a6 commit ab61a18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bbot/modules/deadly/nuclei.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ async def handle_batch(self, *events):

if severity == "INFO" and "tech" in tags:
await self.emit_event(
{"technology": str(name).lower(), "url": url, "host": str(source_event.host)}, "TECHNOLOGY", source_event
{"technology": str(name).lower(), "url": url, "host": str(source_event.host)},
"TECHNOLOGY",
source_event,
)
continue

Expand Down

0 comments on commit ab61a18

Please sign in to comment.