From e91dc4c6bc760a8ea8c3e39caed383dff11eb056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 00:38:46 +0000 Subject: [PATCH] nuclei: Update to version 3.4.4 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index 7d7174da8b..15ca4a4efd 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.3", + "version": "3.4.4", "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.3_windows_amd64.zip", - "hash": "262d7c77eee0baecc08c4157503b4704ba71101745262204eebaa9bbe4229ebc" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.4_windows_amd64.zip", + "hash": "7e72e27731783abe5b6a7cdc77a5c7f7a439673a8c252ab41bc7a66ed9fc5aca" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.3_windows_386.zip", - "hash": "221fa989fc0c6149f7d04a5ec8274b6333a1cb29cd66e22c9aa08d41d2d945d6" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.4_windows_386.zip", + "hash": "43be19ef023abe615320fffa45e756fb547fc2571645fef937a5fa89ebaddc03" } }, "bin": "nuclei.exe",