44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
id: flip-cms-panel
|
|
|
|
info:
|
|
name: FlipCMS Login Panel - Detect
|
|
author: idealphase
|
|
severity: info
|
|
description: |
|
|
FlipCMS login panel was detected.
|
|
reference:
|
|
- https://www.fliplab.it/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: panel,flip,cms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Flip CMS</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<span class="copy">Copyright © 2022 • v\.(.+) • <a href="https:\/\/www.fliplab.it" target="_blank">'
|
|
# digest: 490a00463044022033411b23bf53f9a2aef889b0f3083a89efe29469f9e0db4901810c3053ec1c4a02203a125b685df9568f1da256a58c5dc79ce6eb07d624bf3a271b71b1482286254a:922c64590222798bb761d5b6d8e72950 |