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

31 lines
551 B
YAML
Raw Normal View History

2021-04-11 10:53:53 +00:00
id: access-log-file
info:
name: Publicly accessible access-log file
author: sheikhrishad
severity: low
2021-05-07 10:38:22 +00:00
tags: logs
2021-04-11 10:53:53 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/access.log"
- "{{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