2020-09-01 16:53:55 +00:00
|
|
|
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-02-17 10:41:22 +00:00
|
|
|
tags: logs
|
2020-09-01 16:53:55 +00:00
|
|
|
|
|
|
|
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"
|
2020-09-01 16:53:55 +00:00
|
|
|
|
|
|
|
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
|
2020-09-01 16:53:55 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- text/plain
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|