mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
gobuster: Add version 3.0.1
This commit is contained in:
parent
2aad1be7ff
commit
3f1fe00c8d
32
bucket/gobuster.json
Normal file
32
bucket/gobuster.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"homepage": "https://github.com/OJ/gobuster",
|
||||
"description": "A tool to brute-force URIs, DNS subdomains or Virtual Host names",
|
||||
"license": "Apache-2.0",
|
||||
"version": "3.0.1",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/OJ/gobuster/releases/download/v3.0.1/gobuster-windows-amd64.7z",
|
||||
"hash": "4c1d03027e275359ed0d641d324c3e99697c23d61e36d58f857b4197d98db1e5",
|
||||
"extract_dir": "gobuster-windows-amd64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/OJ/gobuster/releases/download/v3.0.1/gobuster-windows-386.7z",
|
||||
"hash": "824d8b306fa7d7c40cf1c131f4749024d855ec85db96d914d4ef8edb5b0f5dcf",
|
||||
"extract_dir": "gobuster-windows-386"
|
||||
}
|
||||
},
|
||||
"bin": "gobuster.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/OJ/gobuster/releases/download/v3.0.1/gobuster-windows-amd64.7z",
|
||||
"extract_dir": "gobuster-windows-amd64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/OJ/gobuster/releases/download/v3.0.1/gobuster-windows-386.7z",
|
||||
"extract_dir": "gobuster-windows-386"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user