2022-04-12 09:28:00 +00:00
|
|
|
id: fuelcms-panel
|
2022-04-11 20:06:04 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-19 01:50:30 +00:00
|
|
|
name: Fuel CMS Login Panel - Detect
|
2022-04-11 20:06:04 +00:00
|
|
|
author: Adam Crosser
|
|
|
|
severity: info
|
2022-11-19 01:50:30 +00:00
|
|
|
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
|
2022-04-11 20:06:04 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/fuel/login"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-04-12 09:28:00 +00:00
|
|
|
- "<title>FUEL CMS</title>"
|
2022-04-11 20:06:04 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-11-19 01:50:30 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/15
|