Skip to content

Scanning Engine v2 - Module - SOCKS

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

read-timeout

Timeout for socket reads, in seconds.

  • Type: float
  • Default: 6.0

Schemas

The schema for the body object of all results generated with .task.module_name equal to socks 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 socks.

Live Host

This example was generated with a live host on the internet.

{
  "socks4": {
    "state": "closed",
    "error": {
      "message": "SOCKS4 proxy server sent invalid data"
    }
  },
  "socks5": {
    "state": "open"
  }
}

Changelog

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