Update glpi-cms-detect.yaml

patch-1
Sandeep Singh 2021-08-26 03:39:38 +05:30 committed by GitHub
parent 22d0b35775
commit 064ee02922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,10 @@ info:
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}"
- "{{BaseURL}}/glpi/"
- "{{BaseURL}}/glpi2/"
matchers-condition: and
matchers:
- type: word
@ -20,6 +21,7 @@ requests:
- "_glpi_csrf_token"
- "GLPI Copyright"
condition: and
- type: status
status:
- 200