40 lines
889 B
YAML
40 lines
889 B
YAML
id: sogo-detect
|
|
|
|
info:
|
|
name: SOGo Detect
|
|
author: righettod
|
|
severity: info
|
|
description: This template will detect a running SOGo instance
|
|
reference:
|
|
- https://www.sogo.nu/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"SOGo"
|
|
tags: sogo,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/SOGo"
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="SOGo Web Interface"'
|
|
- 'sg-default="SOGo'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502210086cd277a5f6f1488af70eda52044fbbdc23fdea0de4d17e983b5690e12f1902f02206396093d422c25596b3af15dfafe520463208f0582f25c4d7a1554db16c4be4a:922c64590222798bb761d5b6d8e72950
|