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-06-09 12:20:56 +00:00
|
|
|
author: geeknik,daffainfo
|
2021-03-25 15:06:46 +00:00
|
|
|
severity: low
|
2022-01-04 19:34:16 +00:00
|
|
|
tags: logs,exposure,error
|
2020-09-01 16:53:55 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-04-06 19:18:24 +00:00
|
|
|
- "{{BaseURL}}/routes/error_log"
|
2021-04-06 19:13:34 +00:00
|
|
|
- "{{BaseURL}}/config/error_log"
|
|
|
|
- "{{BaseURL}}/error_log"
|
|
|
|
- "{{BaseURL}}/errors_log"
|
2020-09-01 16:53:55 +00:00
|
|
|
- "{{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/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"
|
2021-04-17 12:48:50 +00:00
|
|
|
- "{{BaseURL}}/application/logs/application.log"
|
|
|
|
- "{{BaseURL}}/application/logs/default.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-10-21 07:45:23 +00:00
|
|
|
- "Exception"
|
|
|
|
- "Fatal"
|
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
|