From 12697dd090ba4c056051b7400e7a223262342303 Mon Sep 17 00:00:00 2001 From: Adamatt <9706674+Adamatt@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:07:54 +0200 Subject: [PATCH 1/3] Adding Nucleis --- bucket/nucleis.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/nucleis.json diff --git a/bucket/nucleis.json b/bucket/nucleis.json new file mode 100644 index 0000000000000..581b1abc54cd3 --- /dev/null +++ b/bucket/nucleis.json @@ -0,0 +1,39 @@ +{ + "version": "3.3.1", + "description": "Fast and customizable vulnerability scanner based on simple YAML based DSL.", + "homepage": "https://github.com/projectdiscovery/nuclei", + "license": "MIT", + "notes": [ + "This is only the Nuclei tool by itself.", + "You may want to install the Nuclei templates:", + "run: nuclei" + ], + "architecture": { + "64bit": { + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.1_windows_amd64.zip", + "hash": "ee4f40d91e0ebc6e7c0f83d42c0ac486800960e2b76cb757881068654b4febe8" + }, + "32bit": { + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.1_windows_386.zip", + "hash": "cf94a77ba0273e8b3851f16efba92ed85dfdc1cf7e8cb9061922368590de7df7" + } + }, + "bin": "nuclei.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_amd64.zip", + "hash": { + "url": "$baseurl/nuclei_$version_checksums.txt" + } + }, + "32bit": { + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_386.zip", + "hash": { + "url": "$baseurl/nuclei_$version_checksums.txt" + } + } + } + } +} From abfc9d3078dadb1825a44bba22cfbc9103ed1390 Mon Sep 17 00:00:00 2001 From: "Adam A." <9706674+Adamatt@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:19:13 +0100 Subject: [PATCH 2/3] Update bucket/nuclei.json Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> --- bucket/nucleis.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/bucket/nucleis.json b/bucket/nucleis.json index 581b1abc54cd3..438e6dd94de82 100644 --- a/bucket/nucleis.json +++ b/bucket/nucleis.json @@ -23,17 +23,14 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_amd64.zip", - "hash": { - "url": "$baseurl/nuclei_$version_checksums.txt" - } + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_amd64.zip" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_386.zip", - "hash": { - "url": "$baseurl/nuclei_$version_checksums.txt" - } + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_$version_windows_386.zip" } + }, + "hash": { + "url": "$baseurl/nuclei_$version_checksums.txt" } } } From aa9891f37482d79eb6b2dd66f355c9e8a7ac25e4 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 14 Feb 2025 20:54:23 +0800 Subject: [PATCH 3/3] Update to version 3.3.9 --- bucket/{nucleis.json => nuclei.json} | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) rename bucket/{nucleis.json => nuclei.json} (66%) diff --git a/bucket/nucleis.json b/bucket/nuclei.json similarity index 66% rename from bucket/nucleis.json rename to bucket/nuclei.json index 438e6dd94de82..5e8d126e75c71 100644 --- a/bucket/nucleis.json +++ b/bucket/nuclei.json @@ -1,21 +1,16 @@ { - "version": "3.3.1", + "version": "3.3.9", "description": "Fast and customizable vulnerability scanner based on simple YAML based DSL.", "homepage": "https://github.com/projectdiscovery/nuclei", "license": "MIT", - "notes": [ - "This is only the Nuclei tool by itself.", - "You may want to install the Nuclei templates:", - "run: nuclei" - ], "architecture": { "64bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.1_windows_amd64.zip", - "hash": "ee4f40d91e0ebc6e7c0f83d42c0ac486800960e2b76cb757881068654b4febe8" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.9_windows_amd64.zip", + "hash": "4ef66d52d747627ab597c8c327dcc9dacc537aa3a3293095ee02e6818d63a5ce" }, "32bit": { - "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.1_windows_386.zip", - "hash": "cf94a77ba0273e8b3851f16efba92ed85dfdc1cf7e8cb9061922368590de7df7" + "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.9_windows_386.zip", + "hash": "d6c7e27879099ce763205162ab06a1590048a33e11c14686d57830eada9c338c" } }, "bin": "nuclei.exe",