Skip to content

SCEditor Detect

ID: sceditor-detect

Severity: info

Author: pikpikcu

Tags: tech,sceditor

id: sceditor-detect
info:
name: SCEditor Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
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
# digest: 4a0a00473045022100f561c327ff7ec68cc43bcb86791e2dd877ed2a3d15d0be5a4c40e5722268c6b602207cc894edbc8d60661b2778564c5aa3e961f6aee9c26d4f9408eed4838c5defec:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/sceditor-detect.yaml"

View on Github