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

38 lines
822 B
YAML
Raw Normal View History

2023-03-06 09:47:01 +00:00
id: signet-explorer-dashboard
info:
name: Signet Explorer Dashboard - Detect
2023-03-06 09:47:01 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2023-03-06 09:47:01 +00:00
metadata:
max-request: 1
2023-03-06 09:47:01 +00:00
verified: true
shodan-query: html:"mempool-space" || title:"Signet Explorer"
tags: panel,signet,bitcoin,dashboard
http:
2023-03-06 09:47:01 +00:00
- 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