Skip to content

Neo4j Browser - Detect

ID: neo4j-browser

Severity: info

Author: DhiyaneshDK

Tags: neo4j,exposure,unauth,panel

The Neo4j Browser has been detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:neo4j:neo4j:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: neo4j
product: neo4j
shodan-query:
- http.title:"Neo4j Browser"
- http.title:"neo4j browser"
fofa-query: title="neo4j browser"
google-query: intitle:"neo4j browser"
tags: neo4j,exposure,unauth,panel
http:
- method: GET
path:
- '{{BaseURL}}/browser/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Neo4j Browser</title>'
- type: status
status:
- 200
# digest: 490a00463044022002e83bc4cbeccadabb7f6caa713d6efd2d87fc9257e2f17ca106676dad43e9d3022015a7cc752aa7e8ccc5c7384cb177f1cd224398599ad454cc782876fe0786ecba: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/neo4j-browser.yaml"

View on Github