nuclei: Add version 3.3.9 (#6136)

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Adam A. 2025-02-14 13:59:25 +01:00 committed by GitHub
parent 829f83dca8
commit 69401fe313
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
bucket/nuclei.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "3.3.9",
"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.3.9_windows_amd64.zip",
"hash": "4ef66d52d747627ab597c8c327dcc9dacc537aa3a3293095ee02e6818d63a5ce"
},
"32bit": {
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.3.9_windows_386.zip",
"hash": "d6c7e27879099ce763205162ab06a1590048a33e11c14686d57830eada9c338c"
}
},
"bin": "nuclei.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}