Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ManageEngine Endpoint Central HTML title fingerprint #540

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpe-remap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ mappings:
analytics_plus: manageengine_analytics_plus
assetexplorer: manageengine_assetexplorer
desktop_central: manageengine_desktop_central
endpoint_central: manageengine_desktop_central
opmanager: manageengine_opmanager
pam360: manageengine_pam360
servicedesk_plus_msp: manageengine_servicedesk_plus_msp
Expand Down
1 change: 1 addition & 0 deletions identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ Email Appliance
Email Security
Email Security Gateway
Embedded SSH Server
Endpoint Central
Endpoint Protection Manager
Enterprise
Enterprise Integrator
Expand Down
8 changes: 8 additions & 0 deletions xml/html_title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,14 @@
<param pos="0" name="service.cpe23" value="cpe:/a:zohocorp:manageengine_assetexplorer:-"/>
</fingerprint>

<fingerprint pattern="^ManageEngine Endpoint Central$">
<description>ManageEngine Endpoint Central (formerly Desktop Central)</description>
<example>ManageEngine Endpoint Central</example>
<param pos="0" name="service.vendor" value="ManageEngine"/>
<param pos="0" name="service.product" value="Endpoint Central"/>
<param pos="0" name="service.cpe23" value="cpe:/a:zohocorp:manageengine_desktop_central:-"/>
</fingerprint>

<fingerprint pattern="^ManageEngine PAM360$">
<description>ManageEngine PAM360</description>
<example>ManageEngine PAM360</example>
Expand Down