nuclei-templates/exposures/logs/production-logs.yaml

40 lines
763 B
YAML
Raw Normal View History

2021-07-24 19:28:33 +00:00
id: production-logs
info:
name: Discover production log files
author: geeknik
severity: info
2021-07-26 08:53:27 +00:00
tags: exposure,logs,rails
2021-07-24 19:28:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/log/production.log"
- "{{BaseURL}}/logs/production.log"
- "{{BaseURL}}/production.log"
matchers-condition: and
matchers:
- type: word
words:
- "Connecting to database specified by database.yml"
- "Started GET"
condition: and
2021-07-25 20:22:26 +00:00
- type: status
status:
- 200
2021-07-24 19:28:33 +00:00
- type: word
part: header
words:
- "text/html"
negative: true
2021-07-25 20:22:26 +00:00
2021-07-24 19:28:33 +00:00
extractors:
- type: regex
name: last_modified
part: header
regex:
- 'Last-Modified:.*'