ScoopInstaller_Main/bucket/gobuster.json
2022-12-19 12:30:33 +00:00

39 lines
1.5 KiB
JSON

{
"version": "3.4.0",
"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.4.0/gobuster_3.4.0_Windows_x86_64.zip",
"hash": "c9c2890f654217441599c4d4b7f9bddd58cf3881a7aacff2ed13ed66a94b5ee0"
},
"32bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.4.0/gobuster_3.4.0_Windows_i386.zip",
"hash": "70faf6f65906885e3d2a30d3691bbfde7b9864edf88e0cb1f8f673a9a43ea2c0"
},
"arm64": {
"url": "https://github.com/OJ/gobuster/releases/download/v3.4.0/gobuster_3.4.0_Windows_arm64.zip",
"hash": "6e4fbbdaf8ef6e2f09f711ad8d15356a4d588d53de66a4469e9f20b651d52944"
}
},
"bin": "gobuster.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_$version_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_$version_Windows_i386.zip"
},
"arm64": {
"url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_$version_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}