Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

ScanTemplateServiceDiscoveryTcp.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

ScanTemplateServiceDiscoveryTcp

Properties

Name Type Description Notes
additional_ports list[object] Additional TCP ports to scan. Individual ports can be specified as numbers or a string, but port ranges must be strings (e.g. `"7892-7898"`). Defaults to empty. [optional]
excluded_ports list[object] TCP ports to exclude from scanning. Individual ports can be specified as numbers or a string, but port ranges must be strings (e.g. `"7892-7898"`). Defaults to empty. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
method str The method of TCP discovery. Defaults to `SYN`. [optional]
ports str The TCP ports to scan. Defaults to `well-known`. [optional]

[Back to Model list] [Back to API list] [Back to README]