2023-05-09 16:28:21 +00:00

26 lines
1014 B
JSON

{
"version": "3.23.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.23.2/amass_windows_amd64.zip",
"hash": "dca882cdfe33d94f69bd196da5ee79f6120ac057e366cadada88ec42e8f1ce06",
"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"
}
}
}