Skip to content

Flahscookie Superadmin Login Panel - Detect

ID: flahscookie-superadmin-panel

Severity: info

Author: Hardik-Solanki

Tags: panel,flahscookie,superadmin

Flahscookie Superadmin login panel was detected.

id: flahscookie-superadmin-panel
info:
name: Flahscookie Superadmin Login Panel - Detect
author: Hardik-Solanki
severity: info
description: Flahscookie Superadmin 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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Flahscookie Superadmin"
tags: panel,flahscookie,superadmin
http:
- method: GET
path:
- '{{BaseURL}}/pages/login'
matchers-condition: and
matchers:
- type: word
words:
- "Flahscookie Superadmin"
- type: status
status:
- 200
# digest: 490a004630440220331804a335d262badae1de5a973d4d0c55b98a4de2ef653148b33bced8428ce302200cd107e9b523f8307dcf48ca6820088028db4424e4d0ca72a39a1ab045d9847b:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/flahscookie-superadmin-panel.yaml"

View on Github