ScoopInstaller_Main/bucket/gobuster.json
2025-09-04 08:29:51 +00:00

39 lines
1.5 KiB
JSON

{
"version": "3.8.2",
"description": "A tool to brute-force URIs, DNS subdomains or Virtual Host names",
"homepage": "https://github.com/OJ/gobuster",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.8.2/gobuster_Windows_x86_64.zip",
"hash": "677abe8e56c5455804225ad2264dc6e9981e99673ef3ccd6a2fa2af8a2e92aba"
},
"32bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.8.2/gobuster_Windows_i386.zip",
"hash": "ccd24e67a134116d6fe23c0e1a230a6e608d46e1ddae0841d82fc6df08e6ea02"
},
"arm64": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.8.2/gobuster_Windows_arm64.zip",
"hash": "14ca560d798c200f264498f5f7598020fc6c42c47ae752258862cd71c7a70a24"
}
},
"bin": "gobuster.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}