nuclei-templates/exposed-panels/ametys-admin-login.yaml

37 lines
682 B
YAML

id: ametys-admin-login
info:
name: Ametys Admin Login Panel
author: pathtaga
severity: info
description: An Ametys admin login panel was discovered.
classification:
cwe-id: CWE-200
tags: panel,ametys,cms
requests:
- method: GET
path:
- '{{BaseURL}}/_admin/index.html'
matchers-condition: and
matchers:
- type: word
words:
- 'Ametys - Log in'
- '<span class="ametys-version">'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '&nbsp;([0-9.]+)</span>'
# Enhanced by mp on 2022/03/16