Skip to content

Scanning Engine v2 - Module - Service

Overview

Targeting

Configuration

Only the publicly-available configuration keys that can be set in a job's module invocations will be described below. Additional configuration keys may exist, but not be shown here because they are restricted to specific users or because they are permanently set as a static value. If no keys have (required) after their names then invocations of this module need not contain a config key.

Named Keys

debug

Run module with a debugging configuration.

  • Type: boolean

quick

Skip sending service detection probes, which can take a long time.

  • Type: boolean

script-args

Pass arguments to scripts using Nmap script-args format.

  • Type: list(string)

scripts

List of scripts with which to scan targets.

  • Type: list(string)

Schemas

The schema for the body object of all results generated with .task.module_name equal to service can be found here. The schema for results is available both in standalone and bundled form.

Examples

These are examples of the .body object for results with .task.module_name equal to service.

GitHub SSH

This example was generated with GitHub.

{
  "state": {
    "state": "open",
    "reason": "syn-ack",
    "reason_ttl": "63"
  },
  "service": {
    "extrainfo": "protocol 2.0",
    "name": "ssh"
  }
}

Changelog

  • YYYY-MM-DD: Initial public release of documentation.