25 lines
410 B
YAML
25 lines
410 B
YAML
|
id: sceditor-detect
|
||
|
|
||
|
info:
|
||
|
name: SCEditor Detect
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
tags: tech,sceditor
|
||
|
|
||
|
http:
|
||
|
- 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
|