Update alfresco-panel.yaml
parent
7421174375
commit
3b9665b94c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue