Skip to content

Scanning Engine v2 - Module - Grabber

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

module (required)

Module to invoke.

  • Type: string

Values for this configuration key must be one the following:

  • bacnet
  • banner
  • dnp3
  • fox
  • ftp
  • http
  • imap
  • ipp
  • modbus
  • mongodb
  • mssql
  • multiple
  • mysql
  • ntp
  • oracle
  • pop3
  • postgres
  • redis
  • siemens
  • smb
  • smtp
  • ssh
  • telnet
  • tls

options

Run Zgrab with a specific option.

  • Type: list(string)

Schemas

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

Changelog

  • 2025-05-05: Initial release of versioning to each module. All modules are tagged with a version number "1.0.0". Going forward:
    • Major version should be changed when there are changes that impact consumers or clients of the modules
    • Minor version should be changed when there are additions which enrich or enhance the module but shouldn’t affect consumers or clients
    • Patch version should be changed when there are bugfixes