nuclei-templates/exposed-panels/neo4j-browser.yaml

33 lines
645 B
YAML

id: neo4j-browser
info:
name: Neo4j Browser - Detect
author: DhiyaneshDK
severity: info
description: The Neo4j Browser has been detected.
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
metadata:
shodan-query: http.title:"Neo4j Browser"
tags: neo4j,exposure,unauth
requests:
- method: GET
path:
- '{{BaseURL}}/browser/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Neo4j Browser</title>'
- type: status
status:
- 200
# Enhanced by cs 01/26/2023