2019-10-10 14:07:34 +02:00

43 lines
1.1 KiB
JSON

{
"homepage": "https://nmap.org",
"description": "Network exploration and security auditing utility. (includes Npcap)",
"version": "7.80",
"license": {
"identifier": "GPL-2.0-only",
"url": "https://github.com/nmap/nmap/blob/master/COPYING"
},
"url": "https://nmap.org/dist/nmap-7.80-setup.exe",
"hash": "3b4d726bd366e7439367fa78a186dfa9b641d3b2ad354fd915581b6567480f94",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/S"
},
"bin": [
"nmap.exe",
"ncat.exe",
"ndiff.exe",
"zenmap.exe",
"nping.exe"
],
"shortcuts": [
[
"zenmap.exe",
"Nmap - Zenmap GUI"
]
],
"notes": "'Npcap' has been installed automatically.",
"checkver": {
"url": "https://nmap.org/download.html",
"regex": "nmap-([\\d.]+)-setup.exe"
},
"autoupdate": {
"url": "https://nmap.org/dist/nmap-$version-setup.exe"
}
}