From 516892e14bd03122ae54e2c07bf6603664d343e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:31:29 +0000 Subject: [PATCH] nuclei: Update to version 3.4.0 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index b853f27520..d21c442660 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.3.10", + "version": "3.4.0", "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.3.10_windows_amd64.zip", - "hash": "abe42d582c078f4c7b0b087cedd6a2bd1d7ce66c1448f34511fd739d07187fdf" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.0_windows_amd64.zip", + "hash": "210dda6c14eadc082acea0f1a36a41952c69e47820e5891eb358ae172f18ba69" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.10_windows_386.zip", - "hash": "0fb20e90fad861ddd90a5659e34d8122168925d72db8a346bbd7f20f7dad8268" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.0_windows_386.zip", + "hash": "6dff38c723fceeebb11dd6c9a566f81cc5246c3e49d3e02d272afed6482ed759" } }, "bin": "nuclei.exe",