Tamás András Horváth df7cd85bb8 Add Nmap/Zenmap
2016-11-26 11:38:45 +01:00

27 lines
623 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"]
]
}