{
    "version": "3.8.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.8.0_windows_amd64.zip",
            "hash": "5378cee06b67f6aa78d4e34ed717c18f6d1d8d8d44a089b46d91afcc76f8ec1d"
        },
        "32bit": {
            "url": "https://github.com/projectdiscovery/nuclei/releases/latest/download/nuclei_3.8.0_windows_386.zip",
            "hash": "d0473ecb0dc8e2dad54138eb0dce1c3d8064ba14f75660c4703b74a1e8119576"
        }
    },
    "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"
        }
    }
}
