2022-02-23 08:47:58 +00:00
|
|
|
id: pypicloud-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Pypicloud panel detection
|
|
|
|
author: Supras
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://pypicloud.readthedocs.io/en/latest/
|
2022-02-23 08:47:58 +00:00
|
|
|
metadata:
|
2022-04-22 10:38:41 +00:00
|
|
|
google-query: intext:pypicloud
|
2022-02-23 08:47:58 +00:00
|
|
|
tags: panel,pypicloud
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|