nuclei-templates/exposures/logs/access-log.yaml

28 lines
426 B
YAML

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