Update glpi-cms-detect.yaml
parent
22d0b35775
commit
064ee02922
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue