Merge pull request #8349 from projectdiscovery/portainer-panel

Create portainer-panel.yaml
patch-1
Dhiyaneshwaran 2023-10-09 15:51:33 +05:30 committed by GitHub
commit 5a79d03fc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: portainer-panel
info:
name: Portainer Login Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://github.com/portainer/portainer
metadata:
max-request: 2
verified: true
shodan-query: title:"Portainer"
tags: panel,portainer,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/#!/auth"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Portainer'
- 'ng-app="portainer'
- 'content="Portainer'
- 'alt="Portainer'
- 'portainer.auth'
condition: or
- type: status
status:
- 200