Skip to content

Cyber Chef Panel - Detect

ID: cyberchef-panel

Severity: info

Author: rxerium

Tags: panel,cyberchef,login,detect

A Cyber Chef Panel was detected

id: cyberchef-panel
info:
name: Cyber Chef Panel - Detect
author: rxerium
severity: info
description: |
A Cyber Chef Panel was detected
reference:
- https://cyberchef.org
classification:
cpe: cpe:2.3:a:gchq:cyberchef:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: gchq
product: cyberchef
shodan-query: title:"CyberChef"
tags: panel,cyberchef,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>CyberChef</title>'
- 'The Cyber Swiss Army Knife'
condition: and
- type: status
status:
- 200
# digest: 4a0a004730450220557541d51fa03f90101911f0d514cfddc473f9da632b0d679bf58128b3dfbcda022100a9a7539084001a19c3287a30529313dc6cc18d79354ab18ed0b0e5cf749f78b8: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/exposed-panels/cyberchef-panel.yaml"

View on Github