From 652064f3838cd8f4e0253daa874d1e99111e2339 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 00:35:49 +0000 Subject: [PATCH] amass: Update to version 4.0.2 --- bucket/amass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/amass.json b/bucket/amass.json index 2e6540e1ee..fdc0a348f7 100644 --- a/bucket/amass.json +++ b/bucket/amass.json @@ -1,12 +1,12 @@ { - "version": "4.0.1", + "version": "4.0.2", "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/v4.0.1/amass_windows_amd64.zip", - "hash": "7e3584959c0b499046b43d241e6199b64878655ba0c56319590ecb75eb14acd9", + "url": "https://github.com/OWASP/Amass/releases/download/v4.0.2/amass_windows_amd64.zip", + "hash": "dc48cbd7466cffbd9ec80dd26109b9e633b9bb02e73d8db992e2e5c83ff81bdb", "extract_dir": "amass_windows_amd64" } },