Scanning Engine v2 - Module - Banner¶
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¶
custom-probe
¶
Custom user-defined probe.
- Type: string
debug
¶
Run module with a debugging configuration.
- Type: boolean
Schemas¶
The schema for the body
object of all results generated with .task.module_name
equal to banner
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 banner
.
GitHub¶
This example was generated with the GitHub SSH server.
{
"banner": "SSH-2.0-babeld-dd067d10\\r\\n",
"probe": ""
}
Gmail¶
This example was generated with the Gmail SMTP server.
{
"banner": "220 smtp.gmail.com ESMTP l6-20020a5d4106000000b0032d9382e6e0sm9736157wrp.45 - gsmtp\\r\\n",
"probe": ""
}
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