Scanning Engine v2 - Module - Service¶
Overview¶
Targeting¶
Schemas¶
The schema for the body
object of all results generated with .task.module_name
equal to service
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 service
.
GitHub SSH¶
This example was generated with GitHub.
{
"state": {
"state": "open",
"reason": "syn-ack",
"reason_ttl": "63"
},
"service": {
"extrainfo": "protocol 2.0",
"name": "ssh"
}
}
Changelog¶
v2.0.0 (2025-09-17)¶
- Complete rewrite from Python to Go for improved performance and maintainability.
- Improved error handling and result processing with better logging and validation.
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.