my-nuclei-templates/error-logs.yaml

62 lines
1.6 KiB
YAML

id: error-logs
info:
name: common error log files
author: geeknik,daffainfo,ELSFA7110
severity: low
tags: logs,exposure,error
requests:
- method: GET
path:
- "{{BaseURL}}/MyErrors.log"
- "{{BaseURL}}/admin/error.log"
- "{{BaseURL}}/admin/errors.log"
- "{{BaseURL}}/admin/log/error.log"
- "{{BaseURL}}/admin/logs/error.log"
- "{{BaseURL}}/admin/logs/errors.log"
- "{{BaseURL}}/application/logs/application.log"
- "{{BaseURL}}/application/logs/default.log"
- "{{BaseURL}}/config/error_log"
- "{{BaseURL}}/error.log"
- "{{BaseURL}}/error.txt"
- "{{BaseURL}}/error/error.log"
- "{{BaseURL}}/error_log"
- "{{BaseURL}}/error_log.txt"
- "{{BaseURL}}/errors.log"
- "{{BaseURL}}/errors.txt"
- "{{BaseURL}}/errors/errors.log"
- "{{BaseURL}}/errors_log"
- "{{BaseURL}}/log.log"
- "{{BaseURL}}/log.txt"
- "{{BaseURL}}/log/error.log"
- "{{BaseURL}}/log/errors.log"
- "{{BaseURL}}/logs.txt"
- "{{BaseURL}}/logs/error.log"
- "{{BaseURL}}/logs/errors.log"
- "{{BaseURL}}/routes/error_log"
- "{{BaseURL}}/{{Hostname}}/error.log"
- "{{BaseURL}}/{{Hostname}}/errors.log"
matchers-condition: and
matchers:
- type: word
words:
- "Segmentation Fault"
- "coredump"
- "script headers"
- "Broken pipe"
- "Array"
- "Exception"
- "Fatal"
condition: or
- type: word
words:
- text/plain
part: header
- type: status
status:
- 200