Module: Msf::WebServices::Documentation::Api::V1::ServiceApiDoc

Includes:
Swagger::Blocks
Defined in:
lib/msf/core/web_services/documentation/api/v1/service_api_doc.rb

Constant Summary collapse

HOST_DESC =
'The host where this service is running.'
HOST_ID_DESC =
'The ID of the host record this service is associated with.'
PORT_DESC =
'The port this service is listening on.'
PORT_EXAMPLE =
'443'
PROTO_DESC =
'The transport layer protocol this service is using.'
PROTO_ENUM =
['tcp', 'udp']
NAME_DESC =
'The application layer protocol.'
NAME_EXAMPLE =
"'ssh', 'mssql', 'smb', etc."
STATE_DESC =
'The current listening state of the service.'
STATE_ENUM =
['open', 'closed', 'filtered', 'unknown']
INFO_DESC =
'Detailed information about the service such as name and version information.'
INFO_EXAMPLE =
"'ProFTPD 1.3.5', 'WEBrick httpd 1.3.1 Ruby 2.3.4', etc."