mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Fix NSEdoc errors
1. All @table blocks must have an explicit @name 2. All @field blocks must have both a name and description Also added some more information to the creds.States table description
This commit is contained in:
@@ -810,13 +810,13 @@ end
|
||||
-- Host information for NTLM security
|
||||
-- @class table
|
||||
-- @name host_info
|
||||
-- @field target_realm
|
||||
-- @field netbios_computer_name
|
||||
-- @field netbios_domain_name
|
||||
-- @field fqdn
|
||||
-- @field dns_domain_name
|
||||
-- @field dns_forest_name
|
||||
-- @field timestamp
|
||||
-- @field target_realm Target Name Data
|
||||
-- @field netbios_computer_name Server name
|
||||
-- @field netbios_domain_name Domain name
|
||||
-- @field fqdn DNS server name
|
||||
-- @field dns_domain_name DNS domain name
|
||||
-- @field dns_forest_name DNS tree name
|
||||
-- @field timestamp Timestamp
|
||||
|
||||
---
|
||||
-- Gets host info from a security blob
|
||||
|
||||
Reference in New Issue
Block a user