mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
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:
parent
829f83dca8
commit
69401fe313
31
bucket/nuclei.json
Normal file
31
bucket/nuclei.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user