nuclei-templates/technologies/sogo-detect.yaml

34 lines
613 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
description: With this template we can detect instance of the SOGo software.
reference:
- https://www.sogo.nu/
metadata:
verified: true
shodan-query: http.title:"SOGo"
tags: sogo,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SOGo'
- 'SOGo Web Interface'
condition: or
- type: status
status:
- 200