Skip to content

Signet Explorer Dashboard - Detect

ID: signet-explorer-dashboard

Severity: info

Author: ritikchaddha

Tags: panel,signet,bitcoin,dashboard

Signet Explorer Dashboard was detected.

id: signet-explorer-dashboard
info:
name: Signet Explorer Dashboard - Detect
author: ritikchaddha
severity: info
description: Signet Explorer Dashboard was detected.
reference:
- https://github.com/mempool/mempool
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: html:"mempool-space" || title:"Signet Explorer"
tags: panel,signet,bitcoin,dashboard
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Signet Explorer</'
- 'mempool-summary'
- 'mempool-space'
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502203ff96077f2097135fe4f6153741ff7098590cca87724e54f1bf8a11ef39686ae022100a2a06b546909d8fd46f7eaa89f924ccd45c5e41e5f8433099a092f5971372bdd: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/signet-explorer-dashboard.yaml"

View on Github