Skip to content

PyPICloud Login Panel - Detect

ID: pypicloud-panel

Severity: info

Author: Supras

Tags: panel,pypicloud

PyPLCloud login panel was detected.

id: pypicloud-panel
info:
name: PyPICloud Login Panel - Detect
author: Supras
severity: info
description: PyPLCloud login panel was detected.
reference:
- https://pypicloud.readthedocs.io/en/latest/
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
google-query: intext:pypicloud
tags: panel,pypicloud
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Pypicloud</title>'
- '<html ng-app="pypicloud">'
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022032e423739d9e7f053f52fc87ec6e954b3dc4358a2a780666882b95994f53c00f022100cf3a13fda2984923c9b735f046a28a57b3a920d6122c7178504fa6c5c4d4c9dd: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/pypicloud-panel.yaml"

View on Github