mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 21:09:00 +00:00
Minor description updates (and sometimes just text reformatting) for some of the 85 new scripts(!) since Nmap 6.01
This commit is contained in:
@@ -5,7 +5,7 @@ local stdnse = require "stdnse"
|
||||
local table = require "table"
|
||||
|
||||
description = [[
|
||||
Enumerates a SIP Server's allowed methods.
|
||||
Enumerates a SIP Server's allowed methods (INVITE, OPTIONS, SUBSCRIBE, etc.)
|
||||
|
||||
The script works by sending an OPTION request to the server and checking for
|
||||
the value of the Allow header in the response.
|
||||
|
||||
Reference in New Issue
Block a user