nuclei-templates/technologies/elfinder-detect.yaml

33 lines
619 B
YAML
Raw Normal View History

2021-09-16 04:34:31 +00:00
id: elfinder-detect
info:
name: elFinder - Install Detection
2021-09-16 04:34:31 +00:00
author: pikpikcu
description: An elFinder implementation was discovered.
2021-09-16 04:34:31 +00:00
severity: info
classification:
cvss-score: 0.0
cwe-id: CWE-200
2021-09-16 04:34:31 +00:00
tags: tech,elfinder
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-16 12:03:13 +00:00
- "{{BaseURL}}/elfinder.html"
2021-09-16 04:34:31 +00:00
2021-09-16 12:03:13 +00:00
stop-at-first-match: true
2021-09-16 04:34:31 +00:00
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