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

37 lines
689 B
YAML
Raw Normal View History

2023-07-06 10:52:36 +00:00
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: 1
verified: true
2023-07-07 10:26:14 +00:00
shodan-query: title:"Login - pyLoad"
2023-07-06 10:52:36 +00:00
tags: panel,pyload,login
http:
- method: GET
path:
2023-07-07 10:26:14 +00:00
- "{{BaseURL}}"
2023-07-06 10:52:36 +00:00
- "{{BaseURL}}/login"
2023-07-07 10:26:14 +00:00
stop-at-first-match: true
2023-07-06 10:52:36 +00:00
host-redirects: true
matchers-condition: and
matchers:
- type: word
words:
- 'Login - pyLoad'
2023-07-07 10:26:14 +00:00
- 'alt="Pyload'
2023-07-06 10:52:36 +00:00
condition: or
2023-07-07 10:26:14 +00:00
case-insensitive: true
2023-07-06 10:52:36 +00:00
- type: status
status:
2023-07-07 10:26:14 +00:00
- 200