nuclei-templates/http/misconfiguration/thinkphp-errors.yaml

48 lines
927 B
YAML
Raw Normal View History

2023-04-18 08:06:55 +00:00
id: thinkphp-errors
info:
2023-04-19 17:44:31 +00:00
name: ThinkPHP Errors - Sensitive Information Exposure
2023-04-18 08:06:55 +00:00
author: j4vaovo
severity: medium
metadata:
max-request: 1
2023-04-18 08:06:55 +00:00
verified: "true"
fofa-query: app="ThinkPHP" && title="System Error"
2023-04-19 17:44:31 +00:00
tags: thinkphp,misconfig,exposure
2023-04-18 08:06:55 +00:00
http:
2023-04-18 08:06:55 +00:00
- method: GET
path:
2023-04-18 08:20:14 +00:00
- "{{BaseURL}}"
2023-04-18 08:06:55 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-04-19 20:33:58 +00:00
- "_DATABASE</td>"
- "_USERNAME</td>"
- "_PASSWORD</td>"
condition: and
2023-04-18 08:06:55 +00:00
- type: word
part: body
words:
- "<title>系统发生错误</title>"
- "<title>System Error</title>"
condition: or
- type: word
part: body
words:
- "Exception"
- "REQUEST_TIME"
condition: and
- type: status
status:
- 200
- 500
- 404
condition: or