2021-04-11 10:53:53 +00:00
|
|
|
id: access-log-file
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Publicly accessible access-log file
|
|
|
|
author: sheikhrishad
|
|
|
|
severity: low
|
2023-12-22 10:04:09 +00:00
|
|
|
description: Log file was exposed.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 4
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: logs,exposure
|
2021-04-11 10:53:53 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-04-11 10:53:53 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/access.log"
|
2021-10-21 07:41:25 +00:00
|
|
|
- "{{BaseURL}}/log/access.log"
|
|
|
|
- "{{BaseURL}}/logs/access.log"
|
|
|
|
- "{{BaseURL}}/application/logs/access.log"
|
2021-04-11 10:53:53 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"GET /'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-12-29 09:57:30 +00:00
|
|
|
# digest: 4a0a00473045022055894681346ebdcd1557dd5195bb88e21fb88e13d491ac314b4bc0a4f63f9c54022100ce9956f43bf9bd0470b6feefc2623313960798c0d145069b8ae09b67a3fbd123:922c64590222798bb761d5b6d8e72950
|