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

60 lines
1.6 KiB
YAML
Raw Normal View History

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
2021-05-07 10:38:22 +00:00
tags: logs,exposure
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"
- "{{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"
matchers-condition: and
matchers:
- type: word
words:
- "Segmentation Fault"
- "coredump"
- "script headers"
- "Broken pipe"
2021-03-03 16:05:53 +00:00
- "Array"
- "Exception"
- "Fatal"
2021-02-18 17:48:46 +00:00
condition: or
- type: word
words:
- text/plain
part: header
- type: status
status:
- 200