nuclei-templates/technologies/sogo-detect.yaml

36 lines
678 B
YAML
Raw Normal View History

2022-11-14 16:20:23 +00:00
id: sogo-detect
info:
name: SOGo Detect
author: righettod
severity: info
2022-11-14 16:33:25 +00:00
description: This template will detect a running SOGo instance
2022-11-14 16:20:23 +00:00
reference:
- https://www.sogo.nu/
metadata:
verified: true
shodan-query: http.title:"SOGo"
tags: sogo,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-11-16 14:17:10 +00:00
- "{{BaseURL}}/SOGo"
2022-11-14 16:20:23 +00:00
2022-11-16 14:17:10 +00:00
stop-at-first-match: true
2022-11-14 16:20:23 +00:00
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-16 14:17:10 +00:00
- 'content="SOGo Web Interface"'
- 'sg-default="SOGo'
2022-11-14 16:34:53 +00:00
condition: or
2022-11-14 16:20:23 +00:00
- type: status
status:
- 200