mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "3.7.0",
|
|
"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.7.0_windows_amd64.zip",
|
|
"hash": "dbadcaae9c654505a08db7430566a8846a45244322fdf3187411dd1b99bc1814"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.7.0_windows_386.zip",
|
|
"hash": "edbef54624b3373704dee03d81a026d32f1f5c2b06140ede1d77734e51adb99d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|