26 lines
417 B
YAML
26 lines
417 B
YAML
id: unauthenticated-frp
|
|
|
|
info:
|
|
name: Unauthenticated FRP
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: frp,unauth
|
|
link: https://github.com/fatedier/frp/
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/static/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
words:
|
|
- "<title>frps dashboard</title>"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|