mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
amass: Add version 3.20.0 (#3973)
* amass: Add version 3.20.0 * Update bucket/amass.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/amass.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update amass.json I'm not sure this will work Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
8f4f35fdd3
commit
ab26a0ed8f
25
bucket/amass.json
Normal file
25
bucket/amass.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "3.20.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.20.0/amass_windows_amd64.zip",
|
||||
"hash": "bcb11a82c2649c468c4b130cb209a42d63d34909373e7e34a4fd80bcfbe19222",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user