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

53 lines
1.3 KiB
YAML
Raw Normal View History

id: error-logs
info:
2020-09-01 17:47:41 +00:00
name: common error log files
2021-03-25 15:06:46 +00:00
author: geeknik & daffainfo
severity: low
2021-04-02 13:10:33 +00:00
tags: log
requests:
- method: GET
path:
- "{{BaseURL}}/logs/error.log"
- "{{BaseURL}}/logs/errors.log"
- "{{BaseURL}}/log/error.log"
- "{{BaseURL}}/log/errors.log"
- "{{BaseURL}}/errors/errors.log"
- "{{BaseURL}}/error/error.log"
- "{{BaseURL}}/errors.log"
- "{{BaseURL}}/error.log"
- "{{BaseURL}}/error.txt"
- "{{BaseURL}}/errors.txt"
- "{{BaseURL}}/admin/logs/error.log"
- "{{BaseURL}}/admin/logs/errors.log"
- "{{BaseURL}}/admin/log/error.log"
- "{{BaseURL}}/admin/logs/errors.log"
- "{{BaseURL}}/admin/error.log"
- "{{BaseURL}}/admin/errors.log"
2021-02-18 17:48:46 +00:00
- "{{BaseURL}}/{{Hostname}}/error.log"
- "{{BaseURL}}/{{Hostname}}/errors.log"
- "{{BaseURL}}/MyErrors.log"
2021-03-03 16:05:53 +00:00
- "{{BaseURL}}/log.txt"
- "{{BaseURL}}/logs.txt"
- "{{BaseURL}}/log.log"
matchers-condition: and
matchers:
- type: word
words:
- "Segmentation Fault"
- "coredump"
- "script headers"
- "Broken pipe"
2021-03-03 16:05:53 +00:00
- "Array"
2021-02-18 17:48:46 +00:00
condition: or
- type: word
words:
- text/plain
part: header
- type: status
status:
- 200