Ross Smith II 3f04672dad
Update bucket/nmap.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 07:15:58 -07:00

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"
}
}