2023-03-21 04:27:22 +00:00

26 lines
1014 B
JSON

{
"version": "3.22.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/v3.22.2/amass_windows_amd64.zip",
"hash": "2c9c88011cd2b1c1af8c1a3dc31036ac22730723c50912e0f5c832f2a40b8b96",
"extract_dir": "amass_windows_amd64"
}
},
"bin": "amass.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OWASP/Amass/releases/download/v$version/amass_windows_amd64.zip"
}
},
"hash": {
"url": "https://github.com/OWASP/Amass/releases/download/v$version/amass_checksums.txt"
}
}
}