FlipCMS Login Panel - Detect
ID: flip-cms-panel
Severity: info
Author: idealphase
Tags: panel,flip,cms
Description
Section titled “Description”FlipCMS login panel was detected.
YAML Source
Section titled “YAML Source”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: 4a0a0047304502206cc122b029a788a9a5f7a7f0d44d4b28e2041c4beda1bf79f25e2dde9f9eecfc022100bd57aa1052af9a3acf695e6ea15e53b3339612007066e773be389b3d53dfa7e0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/flip-cms-panel.yaml"