From f5a94f7e5109441d697ba89925cf705d2ec15009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Andr=C3=A1s=20Horv=C3=A1th?= Date: Sat, 26 Nov 2016 11:37:16 +0100 Subject: [PATCH] Add Nmap/Zenmap --- nmap.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 nmap.json diff --git a/nmap.json b/nmap.json new file mode 100644 index 0000000000..e9ec5111d7 --- /dev/null +++ b/nmap.json @@ -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"] + ] +}