From 23494aa427dcc390da3d09045cdc6e152af53b38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 08:28:13 +0000 Subject: [PATCH] amass: Update to version 3.21.1 --- bucket/amass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/amass.json b/bucket/amass.json index d222c39880..abe717815f 100644 --- a/bucket/amass.json +++ b/bucket/amass.json @@ -1,12 +1,12 @@ { - "version": "3.20.0", + "version": "3.21.1", "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.20.0/amass_windows_amd64.zip", - "hash": "bcb11a82c2649c468c4b130cb209a42d63d34909373e7e34a4fd80bcfbe19222", + "url": "https://github.com/OWASP/Amass/releases/download/v3.21.1/amass_windows_amd64.zip", + "hash": "3ecff7d62c79b34f0c8bb105a9c624f3148aa59c81ab38d75bc110578bf66ecb", "extract_dir": "amass_windows_amd64" } },