Skip to content

Entrust IdentityGuard Self-Service Login Panel - Detect

ID: identityguard-selfservice-entrust

Severity: info

Author: nodauf

Tags: panel,identityguard

Entrust IdentityGuard Self-Service login panel was detected.

id: identityguard-selfservice-entrust
info:
name: Entrust IdentityGuard Self-Service Login Panel - Detect
author: nodauf
severity: info
description: Entrust IdentityGuard Self-Service login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,identityguard
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- "contains(tolower(body),'identityguardselfservice')"
# digest: 4a0a00473045022100a992cea4bfdf6365dda223df3cd03be71d912388d3501566ef3b9cd886aa5bbb02205c8fee79f2880fd5a65b5456a8bd12f7b00ec5df807ff37ceba41b16cdb9d423:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/entrust-identityguard.yaml"

View on Github