nuclei-templates/http/exposed-panels/pyload-panel.yaml

37 lines
689 B
YAML

id: pyload-panel
info:
name: PyLoad Login - Panel
author: DhiyaneshDk
severity: info
description: |
A Pyload Login was detected.
reference:
- https://github.com/pyload/pyload
metadata:
max-request: 2
shodan-query: title:"Login - pyLoad"
verified: true
tags: panel,pyload,login
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
stop-at-first-match: true
host-redirects: true
matchers-condition: and
matchers:
- type: word
words:
- 'Login - pyLoad'
- 'alt="Pyload'
condition: or
case-insensitive: true
- type: status
status:
- 200