nuclei-templates/technologies/elfinder-detect.yaml

27 lines
458 B
YAML
Raw Normal View History

2021-09-16 04:34:31 +00:00
id: elfinder-detect
info:
name: elFinder Detect
author: pikpikcu
severity: info
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