nuclei-templates/http/exposed-panels/fuelcms-panel.yaml

31 lines
585 B
YAML
Raw Normal View History

id: fuelcms-panel
2022-04-11 20:06:04 +00:00
info:
name: Fuel CMS Login Panel - Detect
2022-04-11 20:06:04 +00:00
author: Adam Crosser
severity: info
description: Fuel CMS login panel was detected.
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
cwe-id: CWE-200
2022-04-12 13:24:01 +00:00
tags: panel,fuelcms,oss
metadata:
max-request: 1
2022-04-11 20:06:04 +00:00
http:
2022-04-11 20:06:04 +00:00
- method: GET
path:
- "{{BaseURL}}/fuel/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>FUEL CMS</title>"
2022-04-11 20:06:04 +00:00
- type: status
status:
- 200