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

40 lines
777 B
YAML
Raw Normal View History

id: ametys-admin-login
info:
name: Ametys Admin Login Panel
author: pathtaga
severity: info
description: An Ametys admin login panel was discovered.
tags: panel,ametys,cms
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cve-id:
cwe-id: CWE-200
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