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.")