Skip to content

Web Local Craft Terminal Login Panel - Detect

ID: weblocal-craft-login

Severity: info

Author: dhiyaneshDK

Tags: panel,edb

Web Local Craft Terminal login panel was detected.

id: weblocal-craft-login
info:
name: Web Local Craft Terminal Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Web Local Craft Terminal login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6800
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
metadata:
max-request: 1
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}/home.html'
matchers-condition: and
matchers:
- type: word
words:
- 'WEB Local Craft Terminal'
- type: status
status:
- 200
# digest: 490a0046304402203e534f77a718cd6f26f1a1ba40acf32b3400fdc7d95e9b926dc267611a69da310220788da64dcf05cd6442e5d0b10c22e6afcbeb4b82ad853f9a25875c46b58eb564: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/web-local-craft.yaml"

View on Github