31 lines
547 B
YAML
31 lines
547 B
YAML
|
id: access-log-file
|
||
|
|
||
|
info:
|
||
|
name: Publicly accessible access-log file
|
||
|
author: sheikhrishad
|
||
|
severity: low
|
||
|
tags: logs
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/access.log"
|
||
|
- "{{BaseURL}}/log/access.log"
|
||
|
- "{{BaseURL}}/logs/access.log"
|
||
|
- "{{BaseURL}}/application/logs/access.log"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '"GET /'
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "text/plain"
|
||
|
part: header
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|