Add Nmap/Zenmap

This commit is contained in:
Tamás András Horváth 2016-11-26 11:37:16 +01:00
parent 8b8bc688af
commit f5a94f7e51

26
nmap.json Normal file
View File

@ -0,0 +1,26 @@
{
"homepage": "https://nmap.org",
"version": "7.31",
"license": "https://svn.nmap.org/nmap/COPYING",
"url": "https://nmap.org/dist/nmap-7.31-setup.exe",
"hash": "A11E24D481C3CCBDC7AD30AF36F27B1557E5C94CCAC410BB0829EE82DCD3FD9E",
"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"]
]
}