mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Document the tls.servername script-arg. See #949
This commit is contained in:
parent
e26b3e9ca0
commit
e8df06c61c
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue