From 27948e1588fa1fc3a7c34fe438f7594f88e57839 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 27 Oct 2014 13:04:47 +0000 Subject: [PATCH] Fix file permissions and missing require in http-avaya-ipoffice-users --- scripts/http-avaya-ipoffice-users.nse | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 scripts/http-avaya-ipoffice-users.nse diff --git a/scripts/http-avaya-ipoffice-users.nse b/scripts/http-avaya-ipoffice-users.nse old mode 100755 new mode 100644 index 330411de9..81ab4e697 --- a/scripts/http-avaya-ipoffice-users.nse +++ b/scripts/http-avaya-ipoffice-users.nse @@ -34,6 +34,7 @@ local shortport = require "shortport" local string = require "string" local vulns = require "vulns" local stdnse = require "stdnse" +local table = require "table" portrule = shortport.http