mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
- Some small fixes for the nmap manifest - https://github.com/lukesampson/scoop/issues/1799
43 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|