nuclei-templates/technologies/elfinder-detect.yaml

33 lines
619 B
YAML

id: elfinder-detect
info:
name: elFinder - Install Detection
author: pikpikcu
description: An elFinder implementation was discovered.
severity: info
classification:
cvss-score: 0.0
cwe-id: CWE-200
tags: tech,elfinder
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/elfinder.html"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<!-- Element where elFinder will be created (REQUIRED) -->"
- type: status
status:
- 200
# Enhanced by mp on 2022/08/03