1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Fix file permissions and missing require in http-avaya-ipoffice-users

This commit is contained in:
dmiller
2014-10-27 13:04:47 +00:00
parent a1d984a66b
commit 27948e1588

1
scripts/http-avaya-ipoffice-users.nse Executable file → Normal file
View File

@@ -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