nuclei-templates/misconfiguration/horde-unauthenticated.yaml

28 lines
507 B
YAML
Raw Normal View History

2021-02-23 08:07:05 +00:00
id: horde-unauthenticated
info:
name: Horde Groupware Unauthenticated
author: pikpikcu
severity: critical
2021-03-12 08:57:14 +00:00
tags: horde,unauth
2021-02-23 08:07:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/horde/admin/user.php"
- "{{BaseURL}}/admin/user.php"
headers:
Content-Type: text/html
matchers-condition: and
matchers:
- type: word
words:
- "<title>Horde :: User Administration</title>"
condition: and
- type: status
status:
- 200