38 lines
902 B
YAML
38 lines
902 B
YAML
id: glpi-status-domain-disclosure
|
|
|
|
info:
|
|
name: GLPI Status Domain Disclosure
|
|
author: dogasantos
|
|
severity: info
|
|
metadata:
|
|
max-request: 3
|
|
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_"
|
|
- "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}))'
|
|
|
|
# digest: 4a0a00473045022100d84302126f60f2317471839eef8901975f17b7174d51056cbc99db229db585d502205c99f5ce32b6330c73017f8a8151b57f75ecd95bc9a6194fb4b84adcbb856276:922c64590222798bb761d5b6d8e72950
|