From eaedd4475ae748cab96c779db22138e60f320a24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 20:29:37 +0000 Subject: [PATCH] nuclei: Update to version 3.6.2 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index c689b67425..9ab3d15c44 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.6.1", + "version": "3.6.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.6.1_windows_amd64.zip", - "hash": "808d78a45239655f4d6b24e120101eccb6db25a63c91dd3696790631e79da090" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.6.2_windows_amd64.zip", + "hash": "9963d6f8b863c2298fe3160bc679f4c5a3f5590d8b82e4f61d637f9b761e8f1a" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.6.1_windows_386.zip", - "hash": "ba9ba34a2c51a204664ddd251fcc499ee3b9d3156fad1c907dfbb0d82db7d435" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.6.2_windows_386.zip", + "hash": "1df25c6d467401759e87cbc545107131f5cb4da8bb6efee15a9b1a953acf3598" } }, "bin": "nuclei.exe",