Skip to content

Saia PCD Web Server Panel - Detect

ID: saia-pcd-panel

Severity: info

Author: DhiyaneshDk

Tags: saia,login,panel,pcd

Saia PCD Web Server panel was detected.

id: saia-pcd-panel
info:
name: Saia PCD Web Server Panel - Detect
author: DhiyaneshDk
severity: info
description: |
Saia PCD Web Server panel was detected.
metadata:
max-request: 1
shodan-query: html:"Saia PCD Web Server"
tags: saia,login,panel,pcd
http:
- method: GET
path:
- "{{BaseURL}}/pwdform.htm"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Saia PCD Web Server</title>"
- type: status
status:
- 200
# digest: 490a004630440220706841250612d55740cff1be84d3ae2fe146b980af1651fe2f02a0f6d803b32102202a3bbd35214a2498f5753a600038f71ab9a42b7d9f18f07695df293b714e146a: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/saia-pcd-panel.yaml"

View on Github