All Downloads are FREE. Search and download functionalities are using the official Maven repository.

checks.crx-check.yaml Maven / Gradle / Ivy

The newest version!
name: "CRX Yaml Spec 1"
id: "yaml-test-1"
vulnerability:
  name: "Information Disclosure"
  description: "CRX should not be accessible"
  remediation: "Block CRX access through AEM dispatcher rules."
  cve: ""
  severity: "HIGH"
steps:
  - name: "CRX Yaml Spec 1"
    method: "GET"
    paths:
      - "/crx/de"
      - "/crx/de/index.jsp"
    extensions:
      - ".json"
    requestHeaders:
      host: "example.com"
      Referer: "referer.example.com"
    authenticationHeaders:
      authentication: "Basic xyz"
    params:
      param1: "value1"
      param2: "value2"
    detect:
      - type: all
        expectedStatusCode: 200
        bodyContains:
          - "CRX"
          - "Explorer"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy