nuclei-templates/exposed-panels/panabit-panel.yaml

37 lines
731 B
YAML
Raw Normal View History

id: panabit-panel
2021-12-24 14:02:23 +00:00
info:
name: Panabit Login Panel - Detect
2021-12-24 14:02:23 +00:00
author: ffffffff0x
severity: info
description: Panabit 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
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.panabit.com/
2021-12-24 14:02:23 +00:00
metadata:
fofa-query: app="Panabit-智能网关"
2021-12-24 14:10:00 +00:00
tags: panabit,panel
2021-12-24 14:02:23 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login/login.htm"
host-redirects: true
2021-12-24 14:10:00 +00:00
max-redirects: 2
2021-12-24 14:02:23 +00:00
matchers-condition: and
matchers:
- type: word
2021-12-24 14:10:00 +00:00
part: body
2021-12-24 14:02:23 +00:00
words:
- '<title>Panabit</title>'
- type: status
status:
- 200
# Enhanced by md on 2022/12/05