mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix file permissions and missing require in http-avaya-ipoffice-users
This commit is contained in:
parent
a1d984a66b
commit
27948e1588
1 changed files with 1 additions and 0 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue