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

26 lines
425 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:
2021-03-01 07:45:12 +00:00
name: Unauthenticated FRP
2021-03-01 01:24:26 +00:00
author: pikpikcu
severity: info
2021-04-06 08:55:55 +00:00
tags: frp,unauth,panel
2021-04-06 07:25:57 +00:00
vendor: https://github.com/fatedier/frp/
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