Code42 Panel - Detect
ID: code42-panel
Severity: info
Author: Adam Crosser
Tags: panel,code42
Description
Section titled “Description”Code42 panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:code42:code42:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: code42 product: code42 tags: panel,code42
http: - 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>"# digest: 4a0a0047304502200debadd21b3ce2087a309879ad45197dec10b4657935f89e5b711fa2d6e95f6e022100bf4f3d9ec20e413fbe70d09071b4ec3399e357ac44777f787185fa7b12bf1c97:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/code42-panel.yaml"