35 lines
782 B
YAML
35 lines
782 B
YAML
id: access-log-file
|
|
|
|
info:
|
|
name: Publicly accessible access-log file
|
|
author: sheikhrishad
|
|
severity: low
|
|
metadata:
|
|
max-request: 4
|
|
tags: logs,exposure
|
|
|
|
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
|
|
|
|
# digest: 4a0a0047304502210095fb5b97323ca835eb42388e82f84db0c0b95f76723ea8be92b2635765ae30fa02205a6195c28ccbbc9b26ff676f4e9b8cd3a7e78f092bd3527979b22fabde997498:922c64590222798bb761d5b6d8e72950
|