From 3c85faea6cbd7d8986fd8b05f582ed6a6642fe33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:30:08 +0000 Subject: [PATCH] gobuster: Update to version 3.7.0 --- bucket/gobuster.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/gobuster.json b/bucket/gobuster.json index 7058838d2f..e48aaad6e0 100644 --- a/bucket/gobuster.json +++ b/bucket/gobuster.json @@ -1,20 +1,20 @@ { - "version": "3.6.0", + "version": "3.7.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.6.0/gobuster_Windows_x86_64.zip", - "hash": "23403da32e153849000d5e930506a46d0950bad2b0dcb5a7d325793f0ec8cf19" + "url": "https://github.com/OJ/gobuster/releases/download/v3.7.0/gobuster_Windows_x86_64.zip", + "hash": "424595b70c2084c8f7570f292c23cdb82ec1eae7b64baa5d50d92d5fd6885c51" }, "32bit": { - "url": "https://github.com/OJ/gobuster/releases/download/v3.6.0/gobuster_Windows_i386.zip", - "hash": "d6a4b243523e2425b44a4e5f34de07bc0f5fac04d00b4fadc7583d0037a426f7" + "url": "https://github.com/OJ/gobuster/releases/download/v3.7.0/gobuster_Windows_i386.zip", + "hash": "85bf5698681cc6cd46a4e9b76884f0d2721c5a985320658de4a5bdc1a9ef019f" }, "arm64": { - "url": "https://github.com/OJ/gobuster/releases/download/v3.6.0/gobuster_Windows_arm64.zip", - "hash": "b941372c7c0d4bd37efe9d17f77ac24d1e56e69bef6ca1879ba17306720491ba" + "url": "https://github.com/OJ/gobuster/releases/download/v3.7.0/gobuster_Windows_arm64.zip", + "hash": "e010a9b8b44ab6842be5ff0dbad2c4ea4141d4adaece4ba4658d1e0274830bd2" } }, "bin": "gobuster.exe",