mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"version": "7.92",
|
|
"description": "Network exploration and security auditing utility. (includes Npcap)",
|
|
"homepage": "https://nmap.org",
|
|
"license": {
|
|
"identifier": "GPL-2.0-only",
|
|
"url": "https://github.com/nmap/nmap/blob/master/COPYING"
|
|
},
|
|
"notes": "'Npcap' has been installed automatically.",
|
|
"url": "https://nmap.org/dist/nmap-7.92-setup.exe",
|
|
"hash": "b2400db1a4af9607fdd6ee50e0f5926d8b9272f89eec93d4c30b56dc854afb7a",
|
|
"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"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://nmap.org/download.html",
|
|
"regex": "nmap-([\\d.]+)-setup\\.exe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://nmap.org/dist/nmap-$version-setup.exe"
|
|
}
|
|
}
|