Skip to content

Panabit Login Panel - Detect

ID: panabit-panel

Severity: info

Author: ffffffff0x

Tags: panabit,panel

Panabit login panel was detected.

id: panabit-panel
info:
name: Panabit Login Panel - Detect
author: ffffffff0x
severity: info
description: Panabit login panel was detected.
reference:
- https://www.panabit.com/
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
fofa-query: app="Panabit-智能网关"
tags: panabit,panel
http:
- method: GET
path:
- "{{BaseURL}}/login/login.htm"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Panabit</title>'
- type: status
status:
- 200
# digest: 490a0046304402205c5dc42e32563bd0192b45f1a7cba02c0d85d714ad0af7b3497d91031773b9980220334a1e4b07dd6e2050f7a559392ba8fe5f2a5e0c0b6d14b63b7a13bf770a936f: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/panabit-panel.yaml"

View on Github