From 2bbdf695b43bac75bcfbcbcb419446b9df460082 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 --- bucket/nikto.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bucket/nikto.json diff --git a/bucket/nikto.json b/bucket/nikto.json new file mode 100644 index 00000000..a2944cdc --- /dev/null +++ b/bucket/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" +}