From 1cc8348f29de105973d706d0fea08d7dede7999e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:29:39 +0000 Subject: [PATCH] nuclei: Update to version 3.4.9 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index 81b0069dc0..26f7513d4b 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.8", + "version": "3.4.9", "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.8_windows_amd64.zip", - "hash": "794bbb72757d7d4bbddb505323bd9a3d23536bfd18bd9ab1294a3c9b5c90ec11" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.9_windows_amd64.zip", + "hash": "6dc29074e4bcde91400c0579fa3c10ad5905fabc5c17a7ebd4668bb06bc77b51" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.8_windows_386.zip", - "hash": "643d2ea588c854adcfbc6f53f6bc1156e036736dcb11b5982d1e34366cc4e3dd" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.9_windows_386.zip", + "hash": "e9142045734a330f232a9966421916f4663bb2ff27735d79c9971ddbe800b10e" } }, "bin": "nuclei.exe",