Skip to content

Ghost Panel - Detect

ID: ghost-panel

Severity: info

Author: userdehghani

Tags: panel,ghost,login,detect

Beautiful, modern publishing with email newsletters and paid subscriptions built-in.

id: ghost-panel
info:
name: Ghost Panel - Detect
author: userdehghani
severity: info
description: |
Beautiful, modern publishing with email newsletters and paid subscriptions built-in.
reference:
- https://ghost.org/
classification:
cpe: cpe:2.3:a:ghost:ghost:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: ghost
product: ghost
fofa-query: app="Ghost"
tags: panel,ghost,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ghost/#/signin"
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>Ghost Admin'
- 'content="Ghost"'
condition: or
case-insensitive: true
# digest: 4a0a00473045022100ad4a772c0f5b810fb4748d23a1684a62d1c0c3adf51622ce45b4aacbee054e5402206de644700a9165432fdc64b17f801240dced57fb216bf272b1a3f973877429de: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/ghost-panel.yaml"

View on Github