mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"version": "7.91",
|
|
"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.91-setup.exe",
|
|
"hash": "c4683097a2615252eeddab06c54872efb14c2ee2da8997b1c73844e582081a79",
|
|
"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"
|
|
}
|
|
}
|