2020-10-02 22:00:41 +00:00

43 lines
1.1 KiB
JSON

{
"homepage": "https://nmap.org",
"description": "Network exploration and security auditing utility. (includes Npcap)",
"version": "7.90",
"license": {
"identifier": "GPL-2.0-only",
"url": "https://github.com/nmap/nmap/blob/master/COPYING"
},
"url": "https://nmap.org/dist/nmap-7.90-setup.exe",
"hash": "a402b3c7a4f0fba8e046ce508b8048663d4f4f84b9d2eb87e9ae479541e043e0",
"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"
}
}