2021-12-30 08:35:45 +00:00
|
|
|
id: glpi-directory-listing
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: GLPI Directory Listing
|
|
|
|
author: RedTeamBrasil,ImNightmaree
|
|
|
|
severity: low
|
2022-04-22 10:38:41 +00:00
|
|
|
description: In certain cases, system administrators leave directory listing enabled which can sometimes expose sensitive files.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: glpi,misconfig
|
2021-12-30 08:35:45 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-30 08:35:45 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET {{expose_data}} HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
|
|
|
payloads:
|
|
|
|
expose_data:
|
|
|
|
- /glpi/files/
|
|
|
|
- /glpi/
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Index of /glpi/"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100ad57e0b81b13e4ab1b008b8cc3d3c37ec81923c46e40f6d2ef9886e2125f23e102202f7fd1355405a328ba7b6d9cf920ee7c78e2aa6f21392eecf72d31a9fed8ed81:922c64590222798bb761d5b6d8e72950
|