Skip to content

FRPS Dashboard - Detect

ID: unauthenticated-frp

Severity: info

Author: pikpikcu

Tags: frp,unauth,panel

FRPS Dashboard panel was detected.

id: unauthenticated-frp
info:
name: FRPS Dashboard - Detect
author: pikpikcu
severity: info
description: FRPS Dashboard panel was detected.
reference:
- https://github.com/fatedier/frp/
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:
max-request: 1
tags: frp,unauth,panel
http:
- method: GET
path:
- "{{BaseURL}}/static/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>frps dashboard</title>"
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022100e6dbf8da771e4dc40938a4876a7cb1462a7a61b515c8cb162ae1394bfcc5bbf5022027a5008585d6d439cb44868b8a87ac586c6c4301c73a44c404447204099ceb98: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/unauthenticated-frp.yaml"

View on Github