From 7df8af10525920f0476c5f9143233fc432c74697 Mon Sep 17 00:00:00 2001 From: Jay Turla Date: Tue, 11 Nov 2014 16:36:24 +0800 Subject: [PATCH] Create nikto.json adding Nikto for Windows, an Open Source (GPL) web server scanner --- nikto.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nikto.json diff --git a/nikto.json b/nikto.json new file mode 100644 index 0000000000..a2944cdcac --- /dev/null +++ b/nikto.json @@ -0,0 +1,9 @@ +{ + "homepage": "http://projects.giacomodrago.com/nikto-win/", + "version": "2.1.5", + "license": "GPL", + "url": "http://projects.giacomodrago.com/nikto-win/nikto-2.1.5-win.7z", + "hash": "43cedfae06da041734610cc3ba84fa5c", + "extract_dir": "nikto-2.1.5-win", + "bin": "nikto.bat" +}