mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://nmap.org",
|
|
"description": "Network exploration and security auditing utility.",
|
|
"version": "7.80",
|
|
"license": {
|
|
"identifier": "GPL-2.0-only",
|
|
"url": "https://svn.nmap.org/nmap/COPYING"
|
|
},
|
|
"url": "https://nmap.org/dist/nmap-7.80-setup.exe",
|
|
"hash": "3b4d726bd366e7439367fa78a186dfa9b641d3b2ad354fd915581b6567480f94",
|
|
"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"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://nmap.org/download.html",
|
|
"re": "nmap-([\\d.]+)-setup.exe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://nmap.org/dist/nmap-$version-setup.exe"
|
|
}
|
|
}
|