nuclei-templates/exposed-panels/signet-explorer-dashboard.yaml

31 lines
650 B
YAML

id: signet-explorer-dashboard
info:
name: Signet Explorer Dashboard
author: ritikchaddha
severity: low
description: Signet Explorer Dashboard detect to explore full Bitcoin ecosystem.
metadata:
verified: true
shodan-query: html:"mempool-space" || title:"Signet Explorer"
tags: panel,signet,bitcoin,dashboard
requests:
- 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