2021-05-26 21:31:41 +00:00
|
|
|
id: portainer-init-deploy
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-05-26 21:31:41 +00:00
|
|
|
info:
|
|
|
|
name: Portainer Init Deploy
|
|
|
|
author: princechaddha
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://documentation.portainer.io/v2.0/deploy/initial/
|
2021-06-11 07:15:16 +00:00
|
|
|
tags: portainer,exposure,docker,devops,panel
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-05-26 21:31:41 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/api/users/admin/check"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "No administrator account found inside the database"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 404
|