Skip to content

Cypress Oxygen Configuration Page - Detect

ID: cypress-web-config

Severity: info

Author: tess

Tags: exposure,cypress,pendinginstallvzw,config

Cypress Oxygen configuration page was detected.

id: cypress-web-config
info:
name: Cypress Oxygen Configuration Page - Detect
author: tess
severity: info
description: Cypress Oxygen configuration page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"PendingInstallVZW - Web Page Configuration"
tags: exposure,cypress,pendinginstallvzw,config
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'PendingInstallVZW - Web Page Configuration'
- 'alt="Cypress Oxygen-3'
condition: and
- type: status
status:
- 200
# digest: 490a004630440220380ae4665e4b279825f0ab77924d626e1ba753a9c28455f6b6a2c0bd385c68b9022020a09d94afef4acae8c6bbcac000523a42b1ef15a5b57d8810fb1a38b48cc236:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/cypress-web-config.yaml"

View on Github