nuclei-templates/http/exposures/files/glpi-status-ldap-domain-dis...

34 lines
676 B
YAML
Raw Normal View History

id: glpi-status-domain-disclosure
info:
name: GLPI Status Domain Disclosure
author: dogasantos
severity: info
2022-10-13 10:12:07 +00:00
tags: glpi,exposure,status,files
http:
- method: GET
path:
- "{{BaseURL}}/status.php"
- "{{BaseURL}}/glpi/status.php"
- "{{BaseURL}}/glpi2/status.php"
matchers-condition: and
matchers:
- type: word
words:
- "GLPI_"
2021-08-25 22:17:32 +00:00
- "LDAP server"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '((\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|([a-zA-Z0-9]+(\.[a-zA-Z0-9]{2,3}){1,2}))'