nuclei-templates/exposed-panels/code42-panel.yaml

30 lines
580 B
YAML

id: code42-panel
info:
name: Code42 Panel - Detect
author: Adam Crosser
severity: info
description: Code42 panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,code42
requests:
- method: GET
path:
- '{{BaseURL}}/404'
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'status_code == 404'
- type: word
words:
- "<a href=\"https://code42.com\">Code42 homepage</a>"
# Enhanced by md on 2022/11/10