From cf18ce718665af5c03f0dd7f298480a02502892a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:38:39 +0000 Subject: [PATCH] nuclei: Update to version 3.4.8 --- bucket/nuclei.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nuclei.json b/bucket/nuclei.json index 9f65cc381b..81b0069dc0 100644 --- a/bucket/nuclei.json +++ b/bucket/nuclei.json @@ -1,16 +1,16 @@ { - "version": "3.4.7", + "version": "3.4.8", "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.7_windows_amd64.zip", - "hash": "3461ee9f48e68095be0498f42cb4537f2cfbcb9fb3b8cb52bc3ec08cdc15824e" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.8_windows_amd64.zip", + "hash": "794bbb72757d7d4bbddb505323bd9a3d23536bfd18bd9ab1294a3c9b5c90ec11" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.7_windows_386.zip", - "hash": "5d3f154c19fc61d02f0ea45a7e5358b3120421f8c2f1877174c667fd05597a0a" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.8_windows_386.zip", + "hash": "643d2ea588c854adcfbc6f53f6bc1156e036736dcb11b5982d1e34366cc4e3dd" } }, "bin": "nuclei.exe",