amass: Update to version 4.0.1

This commit is contained in:
github-actions[bot] 2023-07-20 04:27:36 +00:00
parent 12b225fce9
commit 5abd989a9a

View File

@ -1,12 +1,12 @@
{ {
"version": "3.23.3", "version": "4.0.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.", "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/v3.23.3/amass_windows_amd64.zip", "url": "https://github.com/OWASP/Amass/releases/download/v4.0.1/amass_windows_amd64.zip",
"hash": "18c5b272fb057271e5017d232deb701e195e05f7a7c0a98b176325dfc2774a30", "hash": "7e3584959c0b499046b43d241e6199b64878655ba0c56319590ecb75eb14acd9",
"extract_dir": "amass_windows_amd64" "extract_dir": "amass_windows_amd64"
} }
}, },