Update sogo-detect.yaml

patch-1
Ritik Chaddha 2022-11-16 19:47:10 +05:30 committed by GitHub
parent 48a6d6a629
commit 5394e3c0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,9 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
- "{{BaseURL}}/SOGo"
stop-at-first-match: true
host-redirects: true host-redirects: true
max-redirects: 2 max-redirects: 2
matchers-condition: and matchers-condition: and
@ -24,8 +26,8 @@ requests:
- type: word - type: word
part: body part: body
words: words:
- 'SOGo' - 'content="SOGo Web Interface"'
- 'SOGo Web Interface' - 'sg-default="SOGo'
condition: or condition: or
- type: status - type: status