2025-12-16 12:32:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "3.6.1",
"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.1_windows_amd64.zip",
"hash": "808d78a45239655f4d6b24e120101eccb6db25a63c91dd3696790631e79da090"
},
"32bit": {
"url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.6.1_windows_386.zip",
"hash": "ba9ba34a2c51a204664ddd251fcc499ee3b9d3156fad1c907dfbb0d82db7d435"
}
},
"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"
}
}
}