mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "3.3.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.3.0/gobuster_3.3.0_Windows_x86_64.zip",
|
|
"hash": "6c541d743dee91a8653fa9ee6dad152248abb6086e2c9e028b1ccd6cdf410bc7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/OJ/gobuster/releases/download/v3.3.0/gobuster_3.3.0_Windows_i386.zip",
|
|
"hash": "ede4745b87bb172970e7dff4fbe8c0882663ee28863c987531aea80ff6fdf6a2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/OJ/gobuster/releases/download/v3.3.0/gobuster_3.3.0_Windows_arm64.zip",
|
|
"hash": "256259568405d1a5700468f64549003ca14bf8801505c6c4c107592ce47482b4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|