mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
26 lines
1014 B
JSON
26 lines
1014 B
JSON
{
|
|
"version": "3.22.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.",
|
|
"homepage": "https://github.com/OWASP/Amass",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/OWASP/Amass/releases/download/v3.22.0/amass_windows_amd64.zip",
|
|
"hash": "5b46bed3c8b76ee3d3b76dbd1dd5c45d79a6a623889aca85917c8777b12cdc86",
|
|
"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"
|
|
}
|
|
}
|
|
}
|