1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 04:49:02 +00:00

Document the tls.servername script-arg. See #949

This commit is contained in:
dmiller
2017-08-07 18:16:19 +00:00
parent e26b3e9ca0
commit e8df06c61c

View File

@@ -4,6 +4,9 @@
-- These functions will build strings and process buffers. Socket communication
-- is left to the script to implement.
--
-- @args tls.servername Hostname to use in the Server Name Indication (SNI)
-- extension. Overrides the target name given on the
-- command line and affects all targets.
-- @author Daniel Miller
local stdnse = require "stdnse"