From 6087a9c75ab1e6560379a69643d93e285277c44d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 00:33:26 +0000 Subject: [PATCH] amass: Update to version 3.23.3 --- bucket/amass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/amass.json b/bucket/amass.json index b735c08445..de6d775385 100644 --- a/bucket/amass.json +++ b/bucket/amass.json @@ -1,12 +1,12 @@ { - "version": "3.23.2", + "version": "3.23.3", "description": "The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.", "homepage": "https://github.com/OWASP/Amass", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/OWASP/Amass/releases/download/v3.23.2/amass_windows_amd64.zip", - "hash": "dca882cdfe33d94f69bd196da5ee79f6120ac057e366cadada88ec42e8f1ce06", + "url": "https://github.com/OWASP/Amass/releases/download/v3.23.3/amass_windows_amd64.zip", + "hash": "18c5b272fb057271e5017d232deb701e195e05f7a7c0a98b176325dfc2774a30", "extract_dir": "amass_windows_amd64" } },