apache-licenserc: Apache License File

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

漏洞描述

Apache License file is exposed.

PoC代码[已公开]

id: apache-licenserc

info:
  name: Apache License File
  author: DhiyaneshDk
  severity: low
  description: Apache License file is exposed.
  metadata:
    verified: true
    max-request: 1
  tags: exposure,file,apache,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/.licenserc.yaml'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'header:'
          - 'license:'
          - 'copyright-owner:'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a00473045022043f588dbefd26d5823cd66d4bf8df0ca4c441f35c607c13be5874d82b22a7dfb0221008e61e6616239545cc19f0451073830b03b2d3ea4ed775e4d30711defdec98fa9:922c64590222798bb761d5b6d8e72950

相关漏洞推荐