mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "3.8.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.8.0/gobuster_Windows_x86_64.zip",
|
|
"hash": "89205fcd3fb40873195fdd5da879d42a32f8eb962ae1467c403c9be3d0db127a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OJ/gobuster/releases/download/v3.8.0/gobuster_Windows_i386.zip",
|
|
"hash": "216dd3dc05d5c757bff39c94574128979f0e54842a4e4a6d699a9bfe1241aa81"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/OJ/gobuster/releases/download/v3.8.0/gobuster_Windows_arm64.zip",
|
|
"hash": "5a733a0b684b9af5866fd40efe91e421f8a4c5140a1467f7c277bc4d8413032e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|