IdentityGuard template update

patch-1
sandeep 2021-12-31 18:17:10 +05:30
parent c83d035fff
commit 3d5feb2f09
1 changed files with 3 additions and 5 deletions

View File

@ -4,18 +4,16 @@ info:
name: IdentityGuard Self-Service by Entrust
author: nodauf
severity: info
tags: panel
tags: panel,identityguard
requests:
- method: GET
path:
- "{{BaseURL}}/IdentityGuardSelfService/"
- "{{BaseURL}}/IdentityGuardSelfService/images/favicon.ico"
- "{{BaseURL}}"
req-condition: true
redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- "contains(body_1,'IdentityGuard Self-Service') || (\"-1060264737\" == mmh3(base64_py(body_2)))"
- "contains(tolower(body),'identityguardselfservice')"