From 8f721f445401a8499e80d734b4035d49f552ec75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:30:36 +0000 Subject: [PATCH] nuclei: Update to version 3.4.7 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index ef785b3025..9f65cc381b 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.6", + "version": "3.4.7", "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.6_windows_amd64.zip", - "hash": "5e925633c61101a1fa9ed3b2a095c36a426505c22c0a7c4513d052ca645e9f53" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.7_windows_amd64.zip", + "hash": "3461ee9f48e68095be0498f42cb4537f2cfbcb9fb3b8cb52bc3ec08cdc15824e" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.6_windows_386.zip", - "hash": "85c0fe4f09bfc92c0a80d9d5bbcf3eaef3e87170afdddce59516b04acac74694" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.7_windows_386.zip", + "hash": "5d3f154c19fc61d02f0ea45a7e5358b3120421f8c2f1877174c667fd05597a0a" } }, "bin": "nuclei.exe",