From 14b1cd0f3be5c640d3116f5d4d57c96afb1374d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:29:18 +0000 Subject: [PATCH] nuclei: Update to version 3.4.6 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index d0b819b55f..ef785b3025 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.5", + "version": "3.4.6", "description": "Fast and customizable vulnerability scanner based on simple YAML based DSL.", "homepage": "https://github.com/projectdiscovery/nuclei", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.5_windows_amd64.zip", - "hash": "1d31a30ca9df57df2c09496f5be33cce6f767210d933a158446c48b2908946bb" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.6_windows_amd64.zip", + "hash": "5e925633c61101a1fa9ed3b2a095c36a426505c22c0a7c4513d052ca645e9f53" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.5_windows_386.zip", - "hash": "0384c633c372b7bd6716d3b4234027f23062549b451b10afe57eeaaad05ee3c1" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.6_windows_386.zip", + "hash": "85c0fe4f09bfc92c0a80d9d5bbcf3eaef3e87170afdddce59516b04acac74694" } }, "bin": "nuclei.exe",