nuclei-templates/http/technologies/neo4j-neodash-detect.yaml

33 lines
667 B
YAML
Raw Normal View History

id: neo4j-neodash-detect
info:
name: Neo4j Neodash Detection
author: icarot
severity: info
description: |
Detects a Neo4j Neodash web application, a Dashboard Builder for Neo4j.
classification:
cpe: cpe:2.3:a:neo4j:*:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: neo4j
product: neodash
tags: tech,neodash,neo4j,detect
http:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>NeoDash - Neo4j Dashboard Builder</title>'
- 'Neo4j Dashboard Builder'
condition: and
- type: status
status:
- 200