Skip to content

FASTPANEL Login Panel - Detect

ID: fastpanel-hosting-control-panel

Severity: info

Author: pikpikcu

Tags: panel,fastpanel

FASTPANEL login panel was detected.

id: fastpanel-hosting-control-panel
info:
name: FASTPANEL Login Panel - Detect
author: pikpikcu
severity: info
description: FASTPANEL 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:"FASTPANEL HOSTING CONTROL"
tags: panel,fastpanel
http:
- method: GET
path:
- "{{BaseURL}}/authentication"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "FASTPANEL HOSTING CONTROL"
- type: status
status:
- 200
# digest: 4a0a0047304502204de9fae2bbed26177394524b737e3ea5054dc7b861afcb92edd6fc0dec347788022100b4ab90d387e03b7dceaa7160f919194cd6f1b098ab0e2ddb8c3acc06e5821941: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/fastpanel-hosting-control-panel.yaml"

View on Github