From 9e0b5341953bd745786d92d9c3f899bb3f0bee67 Mon Sep 17 00:00:00 2001 From: blsaccess Date: Thu, 9 Jul 2026 00:46:22 +0000 Subject: [PATCH] Update nuclei --- bbot/modules/nuclei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/modules/nuclei.py b/bbot/modules/nuclei.py index 1288f988d6..2a979a4bcf 100644 --- a/bbot/modules/nuclei.py +++ b/bbot/modules/nuclei.py @@ -21,7 +21,7 @@ class nuclei(BaseModule): } class Config(BaseModuleConfig): - version: str = Field("3.9.0", description="nuclei version") + version: str = Field("3.11.0", description="nuclei version") tags: str = Field("", description="execute a subset of templates that contain the provided tags") templates: str = Field("", description="template or template directory paths to include in the scan") severity: str = Field("", description="Filter based on severity field available in the template.")