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:
1
scripts/http-avaya-ipoffice-users.nse
Executable file → Normal file
1
scripts/http-avaya-ipoffice-users.nse
Executable file → Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user