Scanning Engine v2 - Module - rsync¶
Overview¶
Targeting¶
Schemas¶
The schema for the body
object of all results generated with .task.module_name
equal to rsync
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 rsync
.
Live Host¶
This example was generated with a live host on the internet.
{
"status": "public",
"version": "31.0",
"banner": "",
"modules": [
{
"module": "EXIMWWW",
"status": "@RSYNCD: OK"
},
{
"module": "EXIMFTP",
"status": "@RSYNCD: OK"
},
{
"module": "CPAN",
"status": "@RSYNCD: OK"
},
{
"module": "raspbian",
"status": "@RSYNCD: OK"
},
{
"module": "tails",
"status": "@RSYNCD: OK"
}
]
}
Changelog¶
v1.1.0 (2025-08-27)¶
- Enhanced rsync module with improved connection handling and error reporting
- Added support for additional rsync protocol features and response parsing
- Integration with the targeting library
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.