mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-02 21:41:19 +00:00
30 lines
657 B
JSON
30 lines
657 B
JSON
{
|
|
"homepage": "https://nmap.org",
|
|
"version": "7.31",
|
|
"license": "https://svn.nmap.org/nmap/COPYING",
|
|
"url": "https://nmap.org/dist/nmap-7.31-setup.exe",
|
|
"hash": "A11E24D481C3CCBDC7AD30AF36F27B1557E5C94CCAC410BB0829EE82DCD3FD9E",
|
|
"extract_dir": "nmap",
|
|
"installer": {
|
|
"args": "/S /D=$dir"
|
|
},
|
|
"uninstaller": {
|
|
"file": "Uninstall.exe",
|
|
"args": "/S"
|
|
},
|
|
"env_add_path": "bin",
|
|
"bin": [
|
|
"nmap.exe",
|
|
"ncat.exe",
|
|
"ndiff.exe",
|
|
"zenmap.exe",
|
|
"nping.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"zenmap.exe",
|
|
"Zenmap"
|
|
]
|
|
]
|
|
}
|