mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "3.2.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.2.0/gobuster_3.2.0_Windows_x86_64.zip",
|
|
"hash": "fce95296c5f262717ec43b5ebf2b82c88edc042d4dc4bfa793ad4fd014902014"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OJ/gobuster/releases/download/v3.2.0/gobuster_3.2.0_Windows_i386.zip",
|
|
"hash": "6f1e43cd25c9b010e1c0e108851ead50a26470a627dc8d1da8c28d718e48c02c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/OJ/gobuster/releases/download/v3.2.0/gobuster_3.2.0_Windows_arm64.zip",
|
|
"hash": "2d5e3dc965943d71ce40ebfeb8084f80f9fbc00bf8e285d5bfcf6b9231195240"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|