nuclei-templates/exposed-panels/unauthenticated-frp.yaml

34 lines
641 B
YAML
Raw Normal View History

2021-03-01 07:45:12 +00:00
id: unauthenticated-frp
2021-03-01 01:24:26 +00:00
info:
2023-01-24 07:25:45 +00:00
name: FRPS Dashboard - Detect
2021-03-01 01:24:26 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
tags: frp,unauth,panel
2021-03-01 01:24:26 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/static/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>frps dashboard</title>"
part: body
- type: status
status:
- 200
# Enhanced by md on 2023/01/20