mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.4.10",
|
|
"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.10_windows_amd64.zip",
|
|
"hash": "7de765bdd73f1c8ec577e82df8196b3971ecd9efc7061a7cab931bc1a8055c68"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.4.10_windows_386.zip",
|
|
"hash": "2a4cb6e8042437bb65c55c0d575951f9f6dcc3e31c88a5cfaa427c9af4c9e746"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|