Skip to content

PyLoad Default Login

ID: pyload-default-login

Severity: high

Author: DhiyaneshDk

Tags: default-login,pyload

PyLoad Default Credentials were discovered.

id: pyload-default-login
info:
name: PyLoad Default Login
author: DhiyaneshDk
severity: high
description: |
PyLoad Default Credentials were discovered.
reference:
- https://pypi.org/project/pyload-ng/#:~:text=Default%20username%3A%20pyload%20.,Default%20password%3A%20pyload%20.
classification:
cpe: cpe:2.3:a:pyload:pyload:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: pyload
product: pyload
shodan-query: html:"pyload"
tags: default-login,pyload
http:
- raw:
- |
POST /login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
do=login&username={{username}}&password={{password}}&submit=Login
payloads:
username:
- pyload
password:
- pyload
attack: pitchfork
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Set-Cookie: pyload_session='
- '/dashboard'
condition: and
- type: status
status:
- 302
# digest: 4a0a00473045022100a9c5025e650999b5f889c47aeab810f74e0c1d552be83cfb99e0c8c307a1e0e402200f8d209040ab91f0ec68b6c5c407823ba5e5112707925bc1f85aab71398e822e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/pyload/pyload-default-login.yaml"

View on Github