nuclei-templates/technologies/sceditor-detect.yaml

24 lines
413 B
YAML

id: sceditor-detect
info:
name: SCEditor Detect
author: pikpikcu
severity: info
tags: tech,sceditor
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Ticket BBCode editor - SCEditor</title>"
- 'title="SCEditor"'
condition: and
- type: status
status:
- 200