From 8601e7d727b0feefb37f35b4587ea820e7f74621 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 08:30:06 +0000 Subject: [PATCH] nuclei: Update to version 3.4.1 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index d21c442660..a92943110a 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.0", + "version": "3.4.1", "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.0_windows_amd64.zip", - "hash": "210dda6c14eadc082acea0f1a36a41952c69e47820e5891eb358ae172f18ba69" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.1_windows_amd64.zip", + "hash": "34d73dde90fb5756242977a47e7240f7475135e334e1534e4ef040058219392a" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.0_windows_386.zip", - "hash": "6dff38c723fceeebb11dd6c9a566f81cc5246c3e49d3e02d272afed6482ed759" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.1_windows_386.zip", + "hash": "61c2c39be8a6f1d8b20df2cc7c63ba177c3b5bbfacbe3d8ad60cb4c234c354dc" } }, "bin": "nuclei.exe",