mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"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.2_windows_amd64.zip",
|
|
"hash": "9963d6f8b863c2298fe3160bc679f4c5a3f5590d8b82e4f61d637f9b761e8f1a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.6.2_windows_386.zip",
|
|
"hash": "1df25c6d467401759e87cbc545107131f5cb4da8bb6efee15a9b1a953acf3598"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|