Update alfresco-panel.yaml

patch-14
Ritik Chaddha 2024-11-17 19:48:29 +05:30 committed by GitHub
parent 7421174375
commit 3b9665b94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
id: alfresco-panel
info:
name: Alfresco Content App Panel
name: Alfresco Content App Panel - Detect
author: Splint3r7
severity: info
description: |
@ -17,9 +17,10 @@ http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: dsl
dsl:
- 'contains(body, "<title>Alfresco Content App</title>")'
- 'contains(body, "<title>Alfresco Content App")'
- 'status_code == 200'
condition: and