From 2021603c1640465b54da9e3235b4a128c0b099c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:31:26 +0000 Subject: [PATCH] nuclei: Update to version 3.4.2 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index a92943110a..d406208586 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.1", + "version": "3.4.2", "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.1_windows_amd64.zip", - "hash": "34d73dde90fb5756242977a47e7240f7475135e334e1534e4ef040058219392a" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.2_windows_amd64.zip", + "hash": "6362149857a03f1de45736bb8ca114db5c1152045dde9572998460469315c513" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.1_windows_386.zip", - "hash": "61c2c39be8a6f1d8b20df2cc7c63ba177c3b5bbfacbe3d8ad60cb4c234c354dc" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.2_windows_386.zip", + "hash": "6986ad9ed600735795484778f57587a5f1c4ca58c1474121a5cfa2363cfd9350" } }, "bin": "nuclei.exe",