Scanning Engine v2 - Module - RDP UDP¶
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
target-timeout
¶
Timeout for scan of each connection.
- Type: string
- Default:
5s
Schemas¶
The schema for the body
object of all results generated with .task.module_name
equal to rdp-udp
can be found here. The schema for results is available both in standalone and bundled form.
Changelog¶
v1.0.0 (2025-07-08)¶
- Initial release of versioning for each module. All modules are being tagged with 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.