38 lines
932 B
YAML
38 lines
932 B
YAML
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
|
|
cvss-score: 0
|
|
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: 4b0a0048304602210082cd9e835b31c765cb444ef59f661db4dc52c86cc47554a9575607b82eba8e11022100e1da1c677ceeb34f37c3ce3f54daf3f94277bdf078d253ccfe10de4cbc56e910:922c64590222798bb761d5b6d8e72950
|