From 76291b53baf8aad950c3cd31471504c75cc60880 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:27:26 +0000 Subject: [PATCH] amass: Update to version 4.0.3 --- bucket/amass.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/amass.json b/bucket/amass.json index fdc0a348f7..a53273b553 100644 --- a/bucket/amass.json +++ b/bucket/amass.json @@ -1,12 +1,12 @@ { - "version": "4.0.2", + "version": "4.0.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/v4.0.2/amass_windows_amd64.zip", - "hash": "dc48cbd7466cffbd9ec80dd26109b9e633b9bb02e73d8db992e2e5c83ff81bdb", + "url": "https://github.com/OWASP/Amass/releases/download/v4.0.3/amass_windows_amd64.zip", + "hash": "c5322b9356674659db7025d0571de7020532e4ddc25ecfe69a7fddae00e95476", "extract_dir": "amass_windows_amd64" } },