Skip to content

Scanning Engine v2 - Module - ManageEngine

Overview

ManageEngine is a suite of enterprise IT management software that provides solutions for IT service management, operations management, Active Directory management, and security. It is designed to help organizations manage their IT infrastructure more efficiently and effectively.

Upon connection to a ManageEngine service, this module gathers information about the service's configuration and security settings.

Targeting

This module targets TCP ports by IP address or hostname.

Schemas

The schema for the body object of all results generated with .task.module_name equal to manageengine 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 manageengine.

Live Host

This example was generated with a live host on the internet.

{
  "product": "servicedesk plus",
  "saml_enabled": false,
  "saml_status_code": 404,
  "status_code": 200,
  "target_url": "http://[REDACTED]:8081/",
  "version": "10021",
  "vulnerability_status": "potentially_vulnerable"
}

Changelog

v2.0.0 (2025-09-08)

  • 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-05-05)

  • 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.