amass: Update to version 4.1.0

This commit is contained in:
github-actions[bot] 2023-07-29 04:25:07 +00:00
parent 03cc462e49
commit e17753c590

View File

@ -1,12 +1,12 @@
{ {
"version": "4.0.4", "version": "4.1.0",
"description": "The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.", "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", "homepage": "https://github.com/OWASP/Amass",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/OWASP/Amass/releases/download/v4.0.4/amass_windows_amd64.zip", "url": "https://github.com/OWASP/Amass/releases/download/v4.1.0/amass_windows_amd64.zip",
"hash": "02761d4f88230378f0abb1b33c505e497d07c4c160e46a0a7d487870869154f2", "hash": "bc2502f347b077bc5d332192e25a696c072314503ad10b6573c483fd61f9d4cb",
"extract_dir": "amass_windows_amd64" "extract_dir": "amass_windows_amd64"
} }
}, },