auth-json: Auth.json File - Disclosure

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

漏洞描述

auth.json file is exposed.

PoC代码[已公开]

id: auth-json

info:
  name: Auth.json File - Disclosure
  author: DhiyaneshDk
  severity: high
  description: auth.json file is exposed.
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"auth.json"
  tags: devops,exposure,files,auth,config,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/auth.json"

    matchers-condition: or
    matchers:
      - type: word
        part: body
        words:
          - '"http-basic": {'
          - '"username":'
          - '"password":'
        condition: and

      - type: word
        part: body
        words:
          - '"github-oauth": {'
          - '"github.com":'
        condition: and

      - type: word
        part: body
        words:
          - '"bitbucket-oauth":'
          - '"consumer-key":'
          - '"consumer-secret":'
        condition: and
# digest: 4a0a0047304502200a78edc4bf6db34869337c785646dff584f09728075cbe10f54ee9a6f828dd26022100a3a9ae18fd5346c97315de76ca7536c2c7a1869b13c4eb0fed9bd9732c970620:922c64590222798bb761d5b6d8e72950

相关漏洞推荐